In “Day 2” operations, an increase in traffic or data volume often necessitates scaling up your Kafka cluster. However, simply adding new brokers to the environment isn’t enough; the existing data and partitions do not automatically migrate. To ensure your workload is effectively distributed across the new hardware, you must perform specific administrative tasks. This paper examines these steps in detail.
Testing Kafka Cluster
We set up a Kafka cluster on OpenShift with IBM Event Operator.
Create the Kafka Node Pools for controllers and brokers.