You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by "viviel (Jira)" <ji...@apache.org> on 2020/06/01 02:33:00 UTC

[jira] [Closed] (TUBEMQ-168) Example module: remove localhost IP configuration parameters

     [ 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)