David Yan created APEXCORE-349:
----------------------------------
Summary: 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
{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)