[ https://issues.apache.org/jira/browse/STRATOS-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948692#comment-14948692 ]
Thanuja Uruththirakodeeswaran commented on STRATOS-1510: -------------------------------------------------------- Fixed in 670fde11daa0c6790b5c9bd17684998a7449eb5e. Now thrift-client-config.xml has cahnged to following structure to set thrift configuration for DAS: <thriftClientConfiguration> <config> <name>cep</name> <statsPublisherEnabled>true</statsPublisherEnabled> <username>admin</username> <password>admin</password> <ip>localhost</ip> <port>7611</port> </config> <config> <name>das</name> <statsPublisherEnabled>true</statsPublisherEnabled> <username>admin</username> <password>admin</password> <ip>localhost</ip> <port>7612</port> </config> </thriftClientConfiguration> > Refactoring Thrift Client Configuration. > ---------------------------------------- > > Key: STRATOS-1510 > URL: https://issues.apache.org/jira/browse/STRATOS-1510 > Project: Stratos > Issue Type: Sub-task > Reporter: Thanuja Uruththirakodeeswaran > > This is to refactor the thrift client configuration so that Metering Service > events can be published using thrift client. -- This message was sent by Atlassian JIRA (v6.3.4#6332)