摘要: 一、安装librdkafka cd /usr/local/src/ git clone https://github.com/edenhill/librdkafka.git cd librdkafka ./configure make make install ln -s /usr/local/li 阅读全文
posted @ 2020-09-11 17:28 Kris-Q 阅读(204) 评论(0) 推荐(0)
摘要: 转载自:https://www.cnblogs.com/heijinli/p/13545182.html 下载及安装 第一步:进入kafka官网 按照自己的需求选择版本,我这里选择 最新版的 2.4.0 http://archive.apache.org/dist/kafka/2.4.0/kafka 阅读全文
posted @ 2020-09-11 17:27 Kris-Q 阅读(299) 评论(0) 推荐(0)