You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by GitBox <gi...@apache.org> on 2020/05/31 10:52:44 UTC

[GitHub] [incubator-tubemq] viviel opened a new pull request #108: [TUBEMQ-168] Example module: remove localhost IP configuration parame…

viviel opened a new pull request #108:
URL: https://github.com/apache/incubator-tubemq/pull/108


   Remove the localhost IP parameter of the sample code and use the new configuration class constructor
   
   Such as:
   ```
   TubeClientConfig clientConfig = new TubeClientConfig (localHost, masterHostAndPort);
   ```
   Change to:
   ```
   TubeClientConfig clientConfig = new TubeClientConfig (masterHostAndPort);
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tubemq] gosonzhang commented on pull request #108: [TUBEMQ-168] Example module: remove localhost IP configuration parame…

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on pull request #108:
URL: https://github.com/apache/incubator-tubemq/pull/108#issuecomment-636481668


   Carefulness,thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tubemq] gosonzhang merged pull request #108: [TUBEMQ-168] Example module: remove localhost IP configuration parame…

Posted by GitBox <gi...@apache.org>.
gosonzhang merged pull request #108:
URL: https://github.com/apache/incubator-tubemq/pull/108


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org