mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-01 09:42:11 +08:00
[Bugfix]修复 Broker Similar Config 显示错误的问题(#872)
This commit is contained in:
@@ -45,6 +45,8 @@ public class KafkaConstant {
|
||||
|
||||
public static final String DEFAULT_CONNECT_VERSION = "2.5.0";
|
||||
|
||||
public static final List<String> CONFIG_SIMILAR_IGNORED_CONFIG_KEY_LIST = Arrays.asList("broker.id", "listeners", "name", "value", "advertised.listeners", "node.id");
|
||||
|
||||
public static final Map<String, ConfigDef.ConfigKey> KAFKA_ALL_CONFIG_DEF_MAP = new ConcurrentHashMap<>();
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user