Re: Migration to KRaft

2025-03-21 Thread Manabolu Sisindri
Hello everyone, Can someone suggest here please. Regards, Sisindri M. On Fri, Mar 7, 2025 at 7:33 AM Manabolu Sisindri wrote: > > Hi Team, > > We’re evaluating whether to migrate to *KRaft mode* (Kafka 3.9.0) from > our current Zookeeper-based setup. Given the stability of our c

Cruise control for kafka 3.9.0

2025-03-22 Thread Manabolu Sisindri
Hi Team, We are planning to implement Cruise Control for our kafka partition rebalance management. But I want to know if the Kafka Cruise Control tool supports the latest version of kafka? -- Regards, Sisindri, 8317502751.

Kraft setup

2025-03-05 Thread Manabolu Sisindri
Hi Team, Can a Kafka Controller Cluster support multiple Kafka setups like ZooKeeper does (with chroot paths)?" Existing setup: In existing setup we are using single zookeeper setup for multiple kafka setups(8). one ZooKeeper cluster handling multiple Kafka clusters using different paths (/kafka-

Re: Consumer not receiving messages when subscribing to a topic but can receive message when assigning a partition

2025-06-26 Thread Manabolu Sisindri
Hi Ranganath, If messages are only received when a specific partition is assigned, but not when subscribing via a consumer group. This is because: --> The consumer config has enable.auto.commit=false, but no manual offset commits are being made (commitSync() is missing). As a result, Kafka think