Skip to content

Commit dab3eef

Browse files
author
zengqiao
committed
调整超时时间
1 parent 2b9a6b2 commit dab3eef

File tree

1 file changed

+1
-1
lines changed
  • km-common/src/main/java/com/xiaojukeji/know/streaming/km/common/constant

1 file changed

+1
-1
lines changed

km-common/src/main/java/com/xiaojukeji/know/streaming/km/common/constant/KafkaConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class KafkaConstant {
3333

3434
public static final Integer DATA_VERSION_ONE = 1;
3535

36-
public static final Integer ADMIN_CLIENT_REQUEST_TIME_OUT_UNIT_MS = 3000;
36+
public static final Integer ADMIN_CLIENT_REQUEST_TIME_OUT_UNIT_MS = 5000;
3737

3838
public static final Integer KAFKA_SASL_SCRAM_ITERATIONS = 8192;
3939

0 commit comments

Comments
 (0)