[ 
https://issues.apache.org/jira/browse/TUBEMQ-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viviel closed TUBEMQ-168.
-------------------------

> 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
>            Priority: Minor
>              Labels: pull-request-available
>             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)

Reply via email to