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 2020/11/18 09:41:29 UTC

[GitHub] [rocketmq-client-go] legend9999 opened a new issue #557: WithNameServerDomain

legend9999 opened a new issue #557:
URL: https://github.com/apache/rocketmq-client-go/issues/557


   producer, err := rocketmq.NewProducer(
   		producer.WithNameServerDomain("http://xxxx.xx:9876"),
   		producer.WithRetry(2),
   	)
   
   
   在使用WithNameServerDomain方式指定namesrv的时候,会报EOF错误。这种应该怎么解决
   使用WithNameServer就可以成功


----------------------------------------------------------------
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] [rocketmq-client-go] legend9999 commented on issue #557: WithNameServerDomain

Posted by GitBox <gi...@apache.org>.
legend9999 commented on issue #557:
URL: https://github.com/apache/rocketmq-client-go/issues/557#issuecomment-729566881


   v2.0.0


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