Sign in

Consumer groups

A consumer group tracks one committed offset per partition. Everything behind that offset is safe to redeliver on restart.

Groups

GroupTopicMembersLagState
orders-search-idxorders.updated40caught up
billing-ledgerbilling.charged212caught up
audit-archiveraudit.trail6310caught up
notify-dispatchnotify.outbound348,220falling behind
fraud-scoringfraud.signals24caught up
notify-dispatch lost a member at 03:40 UTC; the remaining two can't clear the backlog alone. Restarting the third consumer is enough — no data is lost, it resumes from its last committed offset.

Rebalancing

Partitions move between members when one joins or leaves the group. Reads pause on the moved partitions until the new owner confirms its starting offset — usually under a second, longer if the consumer is slow to commit.

Committing offsets