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