用户水军识别应用
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

  1. [database]
  2. ;数据库地址
  3. host=node-01
  4. ;端口
  5. port=3306
  6. ;用户名
  7. username=root
  8. ;密码
  9. password=bw@2025
  10. ;数据库
  11. db=analyze
  12. [zookeeper]
  13. ;zk地址
  14. zkhost=node-01:12181,node-02:12181,node-03:12181
  15. ;节点
  16. node=/analyze
  17. [kafka]
  18. ;服务器地址
  19. bootstrap_servers=node-01:19092,node-02:19092,node-03:19092
  20. ;topic
  21. topic=produce_analyze