Kafka streams lost messages on repartition topic during rebalancing

2024-12-17 Thread TheKaztek
Hi, we have a worrying problem in the project where we use kafka streams. We had an incident where during heavy load on our app (dozens of millions of records in 15 minutes span on an input topic of the stream) we decided to add additional instances of the app (5 -> 10) and some of the already-r

Re: Kafka streams lost messages on repartition topic during rebalancing

2024-12-18 Thread TheKaztek
in > Kafka Streams v 3.7.2 . > It's been released this week, is it possible to upgrade and try it out? > > -Bill > > On Tue, Dec 17, 2024 at 4:10 AM TheKaztek wrote: > > > Hi, we have a worrying problem in the project where we use kafka streams. > > > &