You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/11/28 13:18:52 UTC

[GitHub] [rocketmq-client-go] twz915 opened a new issue #314: [Native] support NameServerDomain

twz915 opened a new issue #314: [Native] support NameServerDomain
URL: https://github.com/apache/rocketmq-client-go/issues/314
 
 
   1. Please describe the issue you observed:
   
   Currently NameServer Only support IPs
   
   2. Please describe the feature you are requesting.
   
   ```
   consumer.WithNameServerDomain(string)
   
   such as 
   
   consumer.WithNameServerDomain("http://jmenv.tbsite.net:8080/rocketmq/nsaddr")
   ```
   
   ```
   curl "http://yourdomain.com/rocketmq/nsaddr"
   127.0.0.1:9876;127.0.0.2:9876
   
   ```
   

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


With regards,
Apache Git Services