Re: Kafka incremental sticky rebalancing.

2021-07-18 Thread Mazen Ezzeddine
Perfect. Thank you. From: Luke Chen Sent: Monday, July 19, 2021 5:37 AM To: Kafka Users Subject: Re: Kafka incremental sticky rebalancing. Hi Mazen, > can it be because the rebalancing is taking place before the offset commit request has reached the

Re: Kafka incremental sticky rebalancing.

2021-07-18 Thread Luke Chen
Hi Mazen, > can it be because the rebalancing is taking place before the offset commit request has reached the coordinator (but this is a blocking commit so can not happen…) --> Yes, this error is thrown before sending offset commit request to the coordinator, and check if consumer group is

Re: Is exactly-once possible with kafka consumer-producer ?

2021-07-18 Thread Lerh Chuan Low
Yep that's the one. You can see here for a great example on the typical flow https://www.confluent.io/blog/transactions-apache-kafka/. On Sat, Jul 17, 2021 at 3:24 AM Pushkar Deole wrote: > Hi Lerh Chuan Low, > > MAny thanks for your response. I get it now, that it provides exactly-once >