Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose information about rebalance events in th reader #1331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FilipeMCruz
Copy link

Add configuration entry for the reader to define a callback function that collects rebalance events in the form of map[topic name:string][]PartitionAssignment

This information is useful for consumers that need to be aware of what partitions they are assigned to, so that they know when to release resources such as old messages waiting to be processed and committed.

Currently the only way to be aware of these rebalance events is via logs, this PR exposes a cleaner way to collect rebalance events.

Note: running go fmt as mentioned in the contributing_guidelines changed comments of functions that I haven't touched, I can revert those changes if needed.

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.

1 participant