You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "David Yan (JIRA)" <ji...@apache.org> on 2016/02/20 02:08:18 UTC

[jira] [Resolved] (APEXCORE-349) Application/operator/port attributes should be returned using string codec in REST service

     [ https://issues.apache.org/jira/browse/APEXCORE-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Yan resolved APEXCORE-349.
--------------------------------
    Resolution: Fixed

> Application/operator/port attributes should be returned using string codec in REST service
> ------------------------------------------------------------------------------------------
>
>                 Key: APEXCORE-349
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-349
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: David Yan
>            Assignee: David Yan
>             Fix For: 3.4.0, 3.3.1
>
>
> The attributes are currently returned using bean in the stram REST service without the information of the actual type:
> {code}
>     "attributes": {
> ...
>        "METRICS_TRANSPORT": {
>             "schemaResendInterval": "10000", 
>             "topic": "AppDataTrackerFeed"
>         }, 
> ...
>     }
> {code}
> Because attributes are set using strings via stringcodec by the user, it should be returned as strings using stringcodec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)