Performance testing bug in KAFKA-18115

2025-05-06 Thread Zhao, Guang
Hi all – I’d like to bring up about a small bug in performance testing [1] – about misusing String. The pull request [2] is available for a while now, with CI approved and some reviews done (one from myself). As far as I can tell, it’s pending a committer review. Would someone from the commit

Re: Clarifying Kafka Raft - Reg

2025-02-10 Thread Zhao, Guang
Hi Rameshkanna N, My reading based on the KIP-631 is the quorum-based Kafka controller stores metadata. The leader of this controller quorum writes to the metadata topic partition, and the followers replicate it. From the perspective of administrative task, this description is enough. KIP-63