LovingCoder opened a new issue, #10387:
URL: https://github.com/apache/dubbo/issues/10387

   dubbo 版本 2.7.15
   
我开启了三个服务,comsumerA(192.168.0.10:20880),providerB1(192.168.0.10:20881),providerB2(192.168.0.10:20882),providerC1(192.168.0.10:20883),providerC2(192.168.0.10:20884);
   其中 
   providerB1 与 providerB2 指定了 tag (tag:providerB),
   providerC1 与 providerC2 指定了 tag (tag:providerC),
   我通过如下方式指定了服务提供方IP与端口
   ``` java
   Address address = new Address(“192.168.0.10”, 20881);
   RpcContext.getContext().setObjectAttachment(AddressRouterFactory.NAME, 
address);
   ```
   没有指定tag,异常提示 no provider,既然直接指定了ip与端口,为什么还需要进入tag路由过滤tag呢?我需要怎么处理这个问题


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

Reply via email to