当前位置:首页 > 编程笔记 > 正文
已解决

kafka 3.0 离线安装

来自网友在路上 166866提问 提问时间:2023-09-22 17:37:38阅读次数: 66

最佳答案 问答题库668位专家为你答疑解惑

1.安装zookeeper

 解压apache-zookeeper-3.8.0-bin.tar.gz到指定目录,复制conf目录下zoo_sample.cfg到zoo.cfg,并修改配置。

# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial 
# synchronization phase can take
initLimit=10
# The number of ticks that can pass between 
# sending a request and getting an acknowledgement
syncLimit=5
# the directory where th
查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"kafka 3.0 离线安装":http://eshow365.cn/6-11561-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!