hrchu / ansible-kafka

Deploy multinode kafka cluster based on Confluent guide
1 stars 0 forks source link

ansible-kafka

This script will deploy a typical multinode kafka cluster guided by Confluent.

What's inside?

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:

Feature highlight

Alternatives

Requirements

We use this script with following system confiuration:

Getting start

  1. setup ssh passwordless
  2. $apt install ansible
  3. update configs in hosts and group_vars/all file
  4. $ansible-playbook -i hosts site.yml

Reference

TODO: