https://github.com/linkedin/Burrow https://github.com/linkedin/Burrow/wiki/Configuration https://b ...
https://github.com/linkedin/Burrow https://github.com/linkedin/Burrow/wiki/Configuration https://b ...
部署zk docker pull zookeeper docker run -d --name zookeeper02 -p 2181:2181 -v /etc/localtime:/etc/lo ...
创建一个三个broker的集群 修改副本默认值,KAFKA_DEFAULT_REPLICATION_FACTOR=3,默认是1,没有副本。设置为和broker数量一样 docker run ...
启动kafka时,添加jvm参数(docker启动) 关闭认证、关闭ssl、设定jvm端口 -e KAFKA_JMX_OPTS="-Dcom.sun.management.jmxremot ...
https://www.cnblogs.com/mathli/p/10087825.html 首先在kafka上创建topic,这里是 servicelog filebeat.yml配置 ...