Skip to content

fix(kafka): use cooperative-sticky assignor and suppress ErrState warnings - #113

Merged
Divyanshu Tiwari (divyanshu-tiwari) merged 1 commit into
mainfrom
fix/kafka-cooperative-sticky-and-err-state
Sep 4, 2026
Merged

fix(kafka): use cooperative-sticky assignor and suppress ErrState warnings#113
Divyanshu Tiwari (divyanshu-tiwari) merged 1 commit into
mainfrom
fix/kafka-cooperative-sticky-and-err-state

Conversation

@divyanshu-tiwari

Copy link
Copy Markdown
Contributor

Summary

  • Set partition.assignment.strategy to cooperative-sticky on group consumer configurations so partition handoffs happen incrementally without mass-revoking assignments from unaffected peer consumers.
  • Suppress log warnings for ckafka.ErrState (Local: Erroneous state) during StoreOffsets when a partition is legitimately unassigned/revoked during shutdown or rebalance.

…nings

Set partition.assignment.strategy to cooperative-sticky so partition reassignments
occur incrementally without revoking assignments from unaffected peer consumers.
Suppress ErrState warnings when storing offsets during partition revocation.
@divyanshu-tiwari
Divyanshu Tiwari (divyanshu-tiwari) merged commit e8eec5b into main Sep 4, 2026
7 checks passed
@divyanshu-tiwari
Divyanshu Tiwari (divyanshu-tiwari) deleted the fix/kafka-cooperative-sticky-and-err-state branch September 4, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants