https://cloud.tencent.com/developer/article/2393694
https://blog.csdn.net/qq_41659396/article/details/147685005?spm=1001.2014.3001.5506
4.0新版本去除zookeeper
https://blog.csdn.net/maoye/article/details/146533677 windows安装
如果启动java项目 出现Kafka连接服务器出现:Connection to node 1 (localhost/127.0.0.1:9092) could not be established.
解决方案 https://blog.csdn.net/pbrlovejava/article/details/103451302
允许外部端口连接
listeners=PLAINTEXT://0.0.0.0:9092
外部代理地址
advertised.listeners=PLAINTEXT://本机ip:9092