Commit c8f1cb7b by wenshuaiying

解决topic错误

1 parent 42638e15
...@@ -37,7 +37,7 @@ public class MallZoneMinuteCountDataConsumer { ...@@ -37,7 +37,7 @@ public class MallZoneMinuteCountDataConsumer {
@Resource @Resource
private SpeedStatService speedStatService; 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}" , autoStartup = "${vion.consumer.mallZoneMinuteCount.autoStartup:false}"
, groupId = "MallZoneMinuteCountToDb" , groupId = "MallZoneMinuteCountToDb"
, concurrency = "${vion.consumer.mallZoneMinuteCount.concurrency:1}") , 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!