feat:feature-REQ/2129 修改消费组去掉中横线
This commit is contained in:
parent
907e50f0c0
commit
3f78304ecf
@ -66,7 +66,7 @@ public class RocketMQEventConfiguration {
|
|||||||
@Slf4j
|
@Slf4j
|
||||||
@Component
|
@Component
|
||||||
@RocketMQMessageListener(topic = "topic_im_center_${spring.profiles.active}",
|
@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,
|
consumeMode = ConsumeMode.ORDERLY,
|
||||||
nameServer = "${rocketmq.name-server}"
|
nameServer = "${rocketmq.name-server}"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user