You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
208 B
11 lines
208 B
[zookeeper]
|
|
;zk地址
|
|
zkhost=node-01:12181,node-02:12181,node-03:12181
|
|
;节点
|
|
node=/analyze
|
|
|
|
[kafka]
|
|
;服务器地址
|
|
bootstrap_servers=node-01:19092,node-02:19092,node-03:19092
|
|
;topic
|
|
topic=produce_analyze
|