The issue tracker is ONLY used for bug report and feature request.
Any question or RocketMQ proposal please use our mailing lists.
BUG REPORT
Please describe the issue you observed:
What did you do (The steps to reproduce)?
my spring-boot version is 2.2.6
dependency : rocketmq-spring-boot-starter
two consumers in one consumerGroup
version 2.0.3 work correctly
version 2.1.0 exception occurred:
Caused by: org.apache.rocketmq.client.exception.MQClientException: The consumer group[my-consumer_test-topic_1] has been created before, specify another name please.
java code:
package com.example.mq.rocketmq;
public class RocketConstants {
public static final String TEST_TOPIC = "test-topic";
public static final String CONSUMER_GROUP1 = "my-consumer_test-topic_1";
}
What did you expect to see?
Is it the compatibility problem or the way I used it wrong?
What did you see instead?
Please tell us about your environment:
Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
FEATURE REQUEST
Please describe the feature you are requesting.
Provide any additional detail on your proposed use case for this feature.
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
The issue tracker is ONLY used for bug report and feature request.
Any question or RocketMQ proposal please use our mailing lists.
BUG REPORT
my spring-boot version is 2.2.6 dependency : rocketmq-spring-boot-starter two consumers in one consumerGroup version 2.0.3 work correctly version 2.1.0 exception occurred: Caused by: org.apache.rocketmq.client.exception.MQClientException: The consumer group[my-consumer_test-topic_1] has been created before, specify another name please.
java code:
What did you expect to see? Is it the compatibility problem or the way I used it wrong?
What did you see instead?
Please tell us about your environment:
Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
FEATURE REQUEST
Please describe the feature you are requesting.
Provide any additional detail on your proposed use case for this feature.
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?