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

This commit is contained in:
wangli 2024-11-21 13:35:00 +08:00
parent 67c021b8fe
commit 39099d3247

View File

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