瀏覽代碼

Update README.md

Evanto 5 年之前
父節點
當前提交
0fab2dc8ea
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -127,6 +127,8 @@ kafka:
     -
 ```    
 
+
+
 * `name`: cluster name
 * `bootstrapServers`: where to connect
 * `zookeeper`: zookeeper service address
@@ -134,9 +136,12 @@ kafka:
 * `schemaNameTemplate`: how keys are saved to schemaRegistry
 * `jmxPort`: open jmxPosrts of a broker
 
+Configure as many clusters as you need adding their configs below.
+
 Alternatively, each variable of of the .yml file can be set with an environment variable. 
 For example, if you want to use an environment variable to set the `name` parameter, you can write it like this: 
 
 `KAFKA_CLUSTERS_2_NAME`
 
+