-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
MINOR: restore testUnauthorizedTopicMetadataRequest #18578
Conversation
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.
@TaiJuWu thanks for restoring the test. LGTM
|
||
val updateMetadataRequest = new UpdateMetadataRequest.Builder(ApiKeys.UPDATE_METADATA.latestVersion, 0, | ||
0, 0, partitionStates.asJava, Seq(broker).asJava, topicIds).build() | ||
MetadataCacheTest.updateCache(metadataCache, updateMetadataRequest) |
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.
we should have a jira to cleanup the usage of MetadataCacheTest.updateCache
, as it is using updateMetadataRequest which is not used by kraft production code anymore.
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.
Yes, this is already trace by https://issues.apache.org/jira/browse/KAFKA-18540.
I will handle it ASAP.
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.
LGTM, thanks.
Failures are clearly unrelated since this is not changing any non test code:
|
This was removed during removal of zk code (#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (apache#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (apache#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (apache#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (#18542), but we should instead convert it to work with kraft.
Committer Checklist (excluded from commit message)