viviel created TUBEMQ-168:
-----------------------------
Summary: Example module: remove localhost IP configuration
parameters
Key: TUBEMQ-168
URL: https://issues.apache.org/jira/browse/TUBEMQ-168
Project: Apache TubeMQ
Issue Type: Improvement
Reporter: viviel
Assignee: viviel
Fix For: 0.5.0
Remove the localhost IP parameter of the sample code and use the new
configuration class constructor
Such as:
{code:java}
TubeClientConfig clientConfig = new TubeClientConfig (localHost,
masterHostAndPort);{code}
Change to:
{code:java}
TubeClientConfig clientConfig = new TubeClientConfig (masterHostAndPort);{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)