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/17 21:57:18 UTC

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

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)