去除多余的null的key ,修正kafka的broker地址

This commit is contained in:
zhouxiunai
2018-12-10 10:06:13 +08:00
parent 4dc555e349
commit a0ad9c8d61
4 changed files with 31 additions and 3 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ kafka:
batch:
size: 4096
buffer:
memory: 40960
memory: 10240000
max:
request:
size: 10240000
@@ -39,7 +39,7 @@ kafka:
reset: latest
commit:
interval: 100
servers: 130.120.3.237:32796,130.120.3.237:32797,130.120.3.237:32798
servers: 130.120.3.237:32796,130.120.3.237:32797,130.120.3.237:32798
zookeeper:
connect: 130.120.3.237:2181
session:
@@ -50,7 +50,7 @@ kafka:
topic: test
concurrency: 10
group:
id: test
id: test1
msgExchange:
intervalSeconds: 30