Skip to main content
Version: 5.1

Cluster Architecture and Setup Stages

The deployed Kafka cluster will consist of three nodes with the controller role and five nodes with the broker role. To ensure secure communication between components and Kafka clients, ACL (Access Control Lists) and SSL/TLS will be implemented.

Cluster Composition:

IP AddressRoleHostname
192.168.0.51Controllercontroller1
192.168.0.52Controllercontroller2
192.168.0.53Controllercontroller3
192.168.0.54Brokerbroker1
192.168.0.55Brokerbroker2
192.168.0.56Brokerbroker3
192.168.0.57Brokerbroker4
192.168.0.58Brokerbroker5

Stages of Kafka Cluster Setup: