Commit c8f1cb7b by wenshuaiying

解决topic错误

1 parent 42638e15
......@@ -37,7 +37,7 @@ public class MallZoneMinuteCountDataConsumer {
@Resource
private SpeedStatService speedStatService;
@KafkaListener(topics = KafkaConstants.MALL_ZONE_MINUTE_COUNT_DATA_TOPIC
@KafkaListener(topics = KafkaConstants.STORE_ZONE_MINUTE_COUNT_DATA_TOPIC
, autoStartup = "${vion.consumer.mallZoneMinuteCount.autoStartup:false}"
, groupId = "MallZoneMinuteCountToDb"
, concurrency = "${vion.consumer.mallZoneMinuteCount.concurrency:1}")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!