Thanks, for following up on this, Tony.
It's always super helpful to hear how things get resolved.
-D
On Fri, Jul 16, 2021 at 12:14 PM Tony John wrote:
> Hi All,
>
> An update on this. Finally I could figure out the cause for this. I have a
> consumer with *MAX_POLL_INTERVAL_MS_CONFIG* set to *I
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 coordinato
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 underg
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
> semant