kafka生产环境配置 2021年4月12日 1613浏览 centos 发表评论 安装 zookeeper 下载地址: http://zookeeper.apache.org/releases.html#download 解压:tar -zxvf kafka_2.12-2.6.0.tgz 运行:./bin/zkServer.sh --config conf start --config 指的是…