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 2022/10/22 08:20:30 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #8601: 广播收集功能不可用

AlbumenJ commented on issue #8601:
URL: https://github.com/apache/dubbo/issues/8601#issuecomment-1287674681

   原有 BroadcastCluster2Invoker 功能在 Dubbo 3 中可以通过依赖一下 gav 实现
   
   ```xml
   <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-cluster-broadcast-1</artifactId>
     <version>1.0.0</version>
   </dependency>
   ```
   
   https://github.com/apache/dubbo-spi-extensions/blob/master/dubbo-cluster-extensions/dubbo-cluster-broadcast-1/src/main/java/org/apache/dubbo/rpc/cluster/support/BroadcastCluster1Invoker.java


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