删除无用的逻辑
This commit is contained in:
parent
4d9eb0d1fb
commit
cc4029aad4
@ -146,7 +146,7 @@ public class RocketMQConfig {
|
||||
@Slf4j
|
||||
@Component
|
||||
@RocketMQMessageListener(topic = "topic_msg_center_${spring.profiles.active}",
|
||||
consumerGroup = "GID_topic_card_sync_todo_${spring.application.name}_${spring.profiles.active}",
|
||||
consumerGroup = "GID_topic_card_sync_todo_${spring.profiles.active}",
|
||||
consumeMode = ConsumeMode.ORDERLY,
|
||||
nameServer = "${rocketmq.name-server}"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user