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

Support batch offset fetch requests #2827

Open
hyunseo0404 opened this issue Mar 8, 2024 · 0 comments
Open

Support batch offset fetch requests #2827

hyunseo0404 opened this issue Mar 8, 2024 · 0 comments
Labels
enhancement needs-investigation Issues that require followup from maintainers

Comments

@hyunseo0404
Copy link

hyunseo0404 commented Mar 8, 2024

Since OffsetFetch API version 8, it supports fetching offsets for multiple consumer groups in a single request as introduced in KIP-709.
It seems like Sarama currently does not support fetching offsets for multiple consumer groups (<= OffsetFetch API version 7).

We need to regularly fetch current offsets for multiple consumer groups for monitoring purposes, and it looks like this could help reduce the overhead of making a separate request for each consumer group every time.

Would it be possible to add support for the recent version of the OffsetFetch API?

@dnwe dnwe added enhancement needs-investigation Issues that require followup from maintainers labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-investigation Issues that require followup from maintainers
Projects
None yet
Development

No branches or pull requests

2 participants