Hej,

So there seems to be a weird problem that happens if you happen to setup
your heartbeat.interval.ms equal to your autocommit.interval.ms.

>From what I see in the logs, it never successfully send a heartbeat when
there was a commit before, so the consumer expires after the
session.timeout.ms, there's a group rebalance, the consumer asks to join
the group, enters it, again never succeeds to send a heartbeat, and then
you have you loop again.

The same setup, but heartbeats not being overlapped by autocommit works
just fine. Why?

Can someone clarify this to me?

Reply via email to