This script will deploy a typical multinode kafka cluster guided by Confluent.
It will setup a three node cluster, kafka and zookeeper are co-location on each node. kafka and zookeeper are deployed in the containerization way.
It will install following components:
We use this script with following system confiuration:
$apt install ansible
hosts
and group_vars/all
file$ansible-playbook -i hosts site.yml