LoginSignup
0
0

More than 3 years have passed since last update.

Amazon Linux2 に kafkacat を install する方法

Last updated at Posted at 2020-09-28
sudo yum update -y
sudo yum install git -y

sudo yum -y groupinstall base "Development tools" --setopt=group_package_types=mandatory,default,optional
yum install openssl-devel
yum install libcurl-devel

git clone https://github.com/edenhill/kafkacat.git
cd kafkacat/
./bootstrap.sh
./kafkacat -h
0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0