cserwen commented on issue #1062: URL: https://github.com/apache/rocketmq-client-go/issues/1062#issuecomment-1605850846
@iGoogle-ink 我仔细看下了你的报错截图,你应该是两个客户端使用了不同的namesrv地址导致的,具体报错在这一行 https://github.com/apache/rocketmq-client-go/blob/a15c7771e84b00a33ba6f054d8c31d85654e2dac/internal/client.go#L209 可以在tarcer的` instanceName` 上默认加上 namesrv地址,具体可以参考 Java SDK 的实现,https://github.com/apache/rocketmq/blob/develop/client/src/main/java/org/apache/rocketmq/client/trace/AsyncTraceDispatcher.java#L108 -- 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]
