[
https://issues.apache.org/jira/browse/APEXCORE-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153053#comment-15153053
]
ASF GitHub Bot commented on APEXCORE-349:
-----------------------------------------
Github user davidyan74 closed the pull request at:
https://github.com/apache/incubator-apex-core/pull/228
> 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
>
> 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)