centos7源码安装kafkacat
yum install librdkafka-devel make gcc
git clone https://github.com/edenhill/kcat
cd kcat
./configure --prefix=/usr
make
make install
yum install librdkafka-devel make gcc
git clone https://github.com/edenhill/kcat
cd kcat
./configure --prefix=/usr
make
make install