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 […]
↧