You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/11/06 04:16:27 UTC

[GitHub] [dubbo] seqwait opened a new issue #9217: xml 配置如何指定某个方法为广播模式

seqwait opened a new issue #9217:
URL: https://github.com/apache/dubbo/issues/9217


   如下xml配置  WebServerRemoteService 中有个刷新refresh 缓存数据的方法,我想广播到每台机器,但是WebServerRemoteService 有其他非广播方法,在使用xml配置的情况下如何配置单方法的广播
   ```
     <dubbo:reference id="messageService" check="false" interface="com.so.message.api.MessageService"/>
       <dubbo:reference id="webServerRemoteService" check="false"
                        interface="com.lianai.web.layer.iface.WebServerRemoteService"/>
   ```


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] wjiajun commented on issue #9217: xml 配置如何指定某个方法为广播模式

Posted by GitBox <gi...@apache.org>.
wjiajun commented on issue #9217:
URL: https://github.com/apache/dubbo/issues/9217#issuecomment-997353315


   cluster配置好像不能具体到方法,可以注入两个bean(webServerRemoteService、webServerRemoteServiceCluster)


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org