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 · 2 comments
Open

Support batch offset fetch requests #2827

hyunseo0404 opened this issue Mar 8, 2024 · 2 comments
Labels
enhancement needs-investigation Issues that require followup from maintainers stale/exempt Issues and pull requests that should never be closed as stale

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

This comment was marked as outdated.

@github-actions github-actions bot added the stale Issues and pull requests without any recent activity label Jun 6, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2024
@dnwe dnwe removed the stale Issues and pull requests without any recent activity label Jul 8, 2024
@dnwe dnwe reopened this Jul 8, 2024
Copy link

github-actions bot commented Oct 6, 2024

Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur.
Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.

@github-actions github-actions bot added the stale Issues and pull requests without any recent activity label Oct 6, 2024
@dnwe dnwe added stale/exempt Issues and pull requests that should never be closed as stale and removed stale Issues and pull requests without any recent activity labels Oct 7, 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 stale/exempt Issues and pull requests that should never be closed as stale
Projects
None yet
Development

No branches or pull requests

2 participants