Re: Replicas not equally distributed within rack

2024-03-28 Thread Artem Timchenko
Hi, Also you could potentially check tools like Cruise Control , which can help with performing both manual and automated rebalances to help with more even distributions based on plenty of different options. On Thu, Mar 28, 2024 at 8:39 AM Luke Chen

[VOTE] 3.6.2 RC2

2024-03-28 Thread Manikumar
Hello Kafka users, developers and client-developers, This is the second candidate we are considering for the release of Apache Kafka 3.6.2. This is a bugfix release with several fixes, including dependency version bumps for CVEs. Release notes for the 3.6.2 release:

Re: [ANNOUNCE] New committer: Christo Lolov

2024-03-28 Thread Tom Bentley
Congratulations! On Wed, 27 Mar 2024 at 21:10, Matthias J. Sax wrote: > Congrats! > > On 3/26/24 9:39 PM, Christo Lolov wrote: > > Thank you everyone! > > > > It wouldn't have been possible without quite a lot of reviews and > extremely > > helpful inputs from you and the rest of the community!

Re: Messages disappearing from Kafka Streams topology

2024-03-28 Thread Karsten Stöckmann
Hi Mangat, thank you for clarification. I'll try the suggested configuration as soon as I get back to work. Will keep you posted then. Best wishes Karsten mangat rai schrieb am Mi., 27. März 2024, 11:07: > Hey Karsten, > > You don't need to do any other configuration to enable EOS. See here

Re: Replicas not equally distributed within rack

2024-03-28 Thread Luke Chen
Hi Abhishek, For Zookeeper's mode, there's no workaround, unfortunately. But you can upgrade your cluster to the latest kafka version (v3.7.0) to migrate to KRaft mode. For your information, in KRaft mode, we use `StripedReplicaPlacer`, which will fix your problem. ref: