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: Split OffsetFetch #1788

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Conversation

rukai
Copy link
Member

@rukai rukai commented Oct 28, 2024

closes #1764

I was not able to find a way to reproduce this, I suspect that no drivers actually make use of this functionality.
Regardless, I think we should just handle this correctly since its pretty straightforward to implement.
I'm fairly confident it is correct due to its similarity to other split messages like DeleteGroups that also route by group id.

@rukai rukai force-pushed the split_offset_fetch branch from ccbefb0 to da596fb Compare October 28, 2024 04:06
@rukai rukai force-pushed the split_offset_fetch branch from da596fb to ae64cfc Compare October 28, 2024 04:16
Copy link

codspeed-hq bot commented Oct 28, 2024

CodSpeed Performance Report

Merging #1788 will not alter performance

Comparing rukai:split_offset_fetch (06bcc3d) with main (1b52506)

Summary

✅ 38 untouched benchmarks

@rukai rukai marked this pull request as ready for review October 28, 2024 05:10
@rukai rukai merged commit 830187d into shotover:main Oct 28, 2024
41 checks passed
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.

KafkaSinkCluster - Split OffsetFetch requests
3 participants