Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
KAFKA-18225: ClientQuotaCallback#updateClusterMetadata is unsupported by kraft #18196
base: trunk
Are you sure you want to change the base?
KAFKA-18225: ClientQuotaCallback#updateClusterMetadata is unsupported by kraft #18196
Changes from 29 commits
5fe6d1a
b3edea5
15d7dbb
4123c70
765d7f1
513b381
74b1006
d1cfe97
a4758e7
dee9a65
cd853b6
48a8b41
6bf41a7
3fe1d7c
ed50ea8
f87db91
57fad78
f468e55
0c136b7
ac9f55b
909d8f9
5e88ee1
b3365f0
8e36e2f
977a603
de16d0e
9f04283
830c99c
3a3e409
e48ca88
6f679f1
be432e6
af4cee5
39f542e
0bab1c7
1ea0067
929e87a
101cbdc
9c28db2
9514964
498ab89
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about moving this callback trigger to a individual publisher? That can decouple the callback and other publisher. Also, that can avoid producing incorrect error message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#18632 is trying to remove reference of
KRaftMetadataCache
, so maybe we can move the helpers toMetadataCache
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This result is different with
KraftMetadataCache#toCluster
(the old will filter partitions base onlistener
).If we decide to change this one, maybe we need to document it.