[ https://issues.apache.org/jira/browse/STRATOS-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948692#comment-14948692 ]
Thanuja Uruththirakodeeswaran edited comment on STRATOS-1510 at 10/8/15 4:13 PM: --------------------------------------------------------------------------------- Fixed in commit 1d1611e3b40d2b7ab360c706d895d6f2b3aed93a, fc87082fbbc4e24566145c45ef8f3a6d9bd34f31 and 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> was (Author: thanuja): Fixed in commit 670fde11daa0c6790b5c9bd17684998a7449eb5e and 1d1611e3b40d2b7ab360c706d895d6f2b3aed93a. 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)