liuxuzxx commented on issue #556: URL: https://github.com/apache/rocketmq-spring/issues/556#issuecomment-2993284946
感觉是不是应该配置成数组形式的: ```yaml rocketmq: consumer: - topic: topic-a consumer-group: topic-a-cg pull-bach-size: 100 #默认看着是10 select-key: "xxxxx" message-listener: xxxx.xxxx.xxx.xxx.EmailNotifyMessageListenerConsumer - topic: topic-b consumer-group: topic-b-cg - topic: topic-c consumer-group: topic-c-cg - ... ``` 类似于spring-cloud-stream-message那种配置,支持,多集群,多topic的操作 -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org