liuweiGL opened a new issue, #588: URL: https://github.com/apache/rocketmq-spring/issues/588
The issue tracker is **ONLY** used for bug report and feature request. Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/). **FEATURE REQUEST** 1. Please describe the feature you are requesting. 在 spring cloud 项目中启动多个实例,希望消息能在多个实例中广播消费 2. Provide any additional detail on your proposed use case for this feature. 项目中用到了 websocket 推送,然后借助消息队列实现消息转发 ```txt A Producer -> sendMessage -> RocketMQ -> A PushConsumer 接受 -> websocket 发送到页面 -> B PushConsumer 接受 -> websocket 发送到页面 ``` > A、B 为同一个服务的多个实例 我尝试按照文档使用多个 consumerGroup 但是会报错  --- 使用的包为 rocketmq-v5-client-spring-boot-starter-2.2.4-SNAPSHOT -- 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]
