liudc001 opened a new issue #1955: 跨group调用
URL: https://github.com/apache/incubator-dubbo/issues/1955
 
 
   现在的版本能支持服务跨组调用吗?(2.6.0上试过不行)
   
   + provider group A
   `
   <dubbo:registry protocol="zookeeper" address="192.168.50.130:2181" 
check="false" group="A"/> <dubbo:service 
interface="com.alibaba.dubbo.demo.DemoService" ref="demoService"/>
   `
   + consumer group B
   `
   <dubbo:registry protocol="zookeeper" address="192.168.50.130:2181" 
check="false" group="B"/> <dubbo:reference id="demoService" check="false" 
interface="com.alibaba.dubbo.demo.DemoService" group="A"/>
   `
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to