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.
23 lines
341 B
23 lines
341 B
[database]
|
|
;数据库地址
|
|
host=node-01
|
|
;端口
|
|
port=3306
|
|
;用户名
|
|
username=root
|
|
;密码
|
|
password=bw@2025
|
|
;数据库
|
|
db=analyze
|
|
|
|
[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
|