Commit 45d59e2c by wenshuaiying

替换topic的名字及配置key

1 parent 4f7cf1fb
......@@ -39,7 +39,7 @@ public class MallGateMinuteCountDataConsumer {
@KafkaListener(topics = KafkaConstants.STORE_GATE_MINUTE_COUNT_DATA_TOPIC
, autoStartup = "${vion.consumer.storeGateMinuteCount.autoStartup:false}"
, groupId = "MallGateMinuteCountToDb"
, groupId = "StoreGateMinuteCountToDb"
, concurrency = "${vion.consumer.storeGateMinuteCount.concurrency:1}")
public void consumerMallGateMinuteCount(List<ConsumerRecord<String, String>> recordList, Acknowledgment ack) {
if (CollectionUtils.isEmpty(recordList)) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!