[
https://issues.apache.org/jira/browse/APEXCORE-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Yan updated APEXCORE-349:
-------------------------------
Fix Version/s: 3.3.1
3.4.0
> 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)