gavinWithGu opened a new issue #1208: Springboot发布到外部tomcat,启动报错The consumer group has been created before, specify another name please URL: https://github.com/apache/rocketmq/issues/1208 改造spring boot工程发布到外部tomcat,启动时报错 ``` Caused by: com.alibaba.rocketmq.client.exception.MQClientException: The consumer group[..] has been created before, specify another name please. See http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&group_duplicate for further details. at com.alibaba.rocketmq.client.impl.consumer.DefaultMQPushConsumerImpl.start(DefaultMQPushConsumerImpl.java:584) at com.alibaba.rocketmq.client.consumer.DefaultMQPushConsumer.start(DefaultMQPushConsumer.java:374) ``` 程序中没显示启动consumer两次,请问是什么问题?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
