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

KafkaSinkCluster: route ConsumerGroupDescribe request #1826

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rukai
Copy link
Member

@rukai rukai commented Nov 20, 2024

This PR will remain as draft until #1825 is landed. Changes on top of #1825 are in a separate commit.

ConsumerGroupDescribe is a replacement for the existing DescribeGroups message type.

No need to add new integration tests for this PR as we are already hitting this message type in our integration tests, we have avoided implementing this message type in shotover by modifying ApiVersions responses to instruct the client that we do not support ConsumerGroupDescribe.
This PR removes the ApiVersions rewrite so that the driver will make use of ConsumerGroupDescribe and then implements routing logic for ConsumerGroupDescribe.
ConsumerGroupDescribe requests are split up by group id, like the existing routing logic for message types DeleteGroups, DescribeGroups etc.

@rukai rukai changed the title Consumer group describe KafkaSinkCluster: route ConsumerGroupDescribe request Nov 20, 2024
Copy link

codspeed-hq bot commented Nov 20, 2024

CodSpeed Performance Report

Merging #1826 will not alter performance

Comparing rukai:consumer_group_describe (4a3ebd7) with main (229c9ce)

Summary

✅ 38 untouched benchmarks

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