瀏覽代碼

Remove default cluster configuration.

When this default cluster configuration is setup, user have to override complete first cluster. Eg have to set KAFKA_CLUSTERS_0_ZOOKEEPER to empty string to override default localhost.
Jakub Štiller 4 年之前
父節點
當前提交
f156302c47
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      kafka-ui-api/src/main/resources/application.yml

+ 0 - 5
kafka-ui-api/src/main/resources/application.yml

@@ -1,9 +1,4 @@
 kafka:
 kafka:
-  clusters:
-    - name: local
-      bootstrapServers: localhost:9092
-      zookeeper: localhost:2181
-      schemaRegistry: http://localhost:8081
   admin-client-timeout: 5000
   admin-client-timeout: 5000
 zookeeper:
 zookeeper:
   connection-timeout: 1000
   connection-timeout: 1000