RongtongJin commented on issue #353: URL: https://github.com/apache/rocketmq-spring/issues/353#issuecomment-906087619
> 都是已经创建的没有问题。这个是我从@RocketMQMessageListener注解使用追踪过来的。 > > 正常项目里会有多个@RocketMQMessageListener注释的RocketMQListener接口实现,我看源代码里会分别对应每个@RocketMQMessageListener创建一个对应的DefaultMQPushConsumer。 > > 项目里有一个Listener是的demo的,topic和consumerGroup都没有创建, > @RocketMQMessageListener(topic = "my-demo-topic", consumerGroup = "demo-group") > 这样定义的,它之后定义的Listener就注册不上了,它之前的还可以注册,把这个demo注释掉就好了 我没有复现问题,但我怀疑和这个PR有关 #270 ,这个PR会导致同一个进程中起多个consumer,如果他们的nameserver配置相同,那么他们算同一个实例,但我不确定。是否有更加具体的日志来帮助进行排查 -- 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]
