Quantcast
Channel: sleeplessbeastie's notes
Viewing all articles
Browse latest Browse all 770

How to install and configure a Kafka cluster without ZooKeeper

$
0
0
Install and configure a Kafka cluster without ZooKeeper to play with it. Update package index. $ sudo apt update Install uuidgen application. $ sudo apt-get install uuid-runtime Generate Kafka cluster ID. $ uuidgen | tr -d '-' | base64 | cut -b 1-22 YjhlODM3ZWZhYTE5NDU5Nj Alternatively, you can use Kafka utilities on a server with an […]

Viewing all articles
Browse latest Browse all 770

Trending Articles