Merge pull request #689 from didi/dev

优化健康检查结果替换时出现死锁问题
This commit is contained in:
EricZeng
2022-10-17 10:26:11 +08:00
committed by GitHub
6 changed files with 38 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ public class Constant {
*/
public static final Integer DEFAULT_CLUSTER_HEALTH_SCORE = 90;
public static final Integer PER_BATCH_MAX_VALUE = 100;
public static final String DEFAULT_USER_NAME = "know-streaming-app";