feat:feature-REQ/2129 修改消费组去掉中横线

This commit is contained in:
lilong 2024-04-10 14:21:57 +08:00
parent 907e50f0c0
commit 3f78304ecf

View File

@ -66,7 +66,7 @@ public class RocketMQEventConfiguration {
@Slf4j
@Component
@RocketMQMessageListener(topic = "topic_im_center_${spring.profiles.active}",
consumerGroup = "GID_topic_im_center_${spring.application.name}_${spring.profiles.active}",
consumerGroup = "GID_topic_im_center_im_center_${spring.profiles.active}",
consumeMode = ConsumeMode.ORDERLY,
nameServer = "${rocketmq.name-server}"
)