xfstart07 commented on issue #1659: URL: https://github.com/apache/dubbo-go/issues/1659#issuecomment-991404429
https://github.com/apache/dubbo-go/blob/master/config/reference_config.go#L234 消费者的 url 没有设置 category , zk 连接默认以为是 provider 了 需要加个参数 urlMap.Set(constant.CATEGORY_KEY, constant.CONSUMERS) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
