Commit 8169e440 by 毛树良

[chg]:全天分析后统计数据增加并行度,提前完成时间

1 parent 2b99e86c
...@@ -33,7 +33,7 @@ public class MallDataStatisticsConsumer { ...@@ -33,7 +33,7 @@ public class MallDataStatisticsConsumer {
@Value("${vion.consumer.storeDataStatistics.reidUrl:}") @Value("${vion.consumer.storeDataStatistics.reidUrl:}")
private String reidUrl; private String reidUrl;
private ExecutorService executorService = ThreadUtil.newFixedExecutor(15, 5000, "dataStatistics-", true); private ExecutorService executorService = ThreadUtil.newFixedExecutor(25, 5000, "dataStatistics-", true);
@KafkaListener(topics = KafkaConstants.STORE_DATA_STATISTICS_TOPIC @KafkaListener(topics = KafkaConstants.STORE_DATA_STATISTICS_TOPIC
, autoStartup = "${vion.consumer.storeDataStatistics.autoStartup:false}" , autoStartup = "${vion.consumer.storeDataStatistics.autoStartup:false}"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!