gisakuya commented on issue #842:
URL:
https://github.com/apache/rocketmq-clients/issues/842#issuecomment-2408336656
var clientConfig = new
ClientConfig.Builder().SetEndpoints("127.0.0.1:9876").EnableSsl(false).Build();
SetEndpoints要的是代理(Proxy)的端口(8080、8081),9876是NameServer的端口
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]