feat(REQ-3004) - 移除测试时的线程限制

This commit is contained in:
wangli 2024-11-21 11:47:33 +08:00
parent 88799743d9
commit 67c021b8fe

View File

@ -84,7 +84,7 @@ public class ElasticSearchBatchSyncListener {
}
return ConsumeConcurrentlyStatus.CONSUME_SUCCESS;
});
consumer.start();
// consumer.start();
}
private Boolean support(Event event) {