Skip to content

MINOR: [WIP] build tests#12334

Closed
showuon wants to merge 2 commits intoapache:trunkfrom
showuon:KAFKA-13981
Closed

MINOR: [WIP] build tests#12334
showuon wants to merge 2 commits intoapache:trunkfrom
showuon:KAFKA-13981

Conversation

@showuon
Copy link
Member

@showuon showuon commented Jun 23, 2022

New records handled in this PR:
FEATURE_LEVEL_RECORD: featureLevels/FEATURE_NAME -> level
BROKER_REGISTRATION_CHANGE_RECORD:
-> brokers/BROKER_ID/isFenced -> true/false
-> brokers/BROKER_ID/registration -> json content
ACCESS_CONTROL_ENTRY_RECORD: acls/ACL_UUID/data -> json content
REMOVE_ACCESS_CONTROL_ENTRY_RECORD: remove acls/ACL_UUID
NO_OP_RECORD: no op

Tests added.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@showuon
Copy link
Member Author

showuon commented Jun 23, 2022

@cmccabe @hachikuji @dengziming , call for review. Thanks.

Copy link
Member

@dengziming dengziming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, in fact, I already filed #12103 to fix this. but I didn't call for a review since the enum value in BrokerRegistrationFencingChange is reversed, which I'm trying to fix in #12236.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use BrokerRegistrationFencingChange.fromValue

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice suggestion. Thanks.

@showuon
Copy link
Member Author

showuon commented Jun 23, 2022

Thanks @dengziming for the comments. Sorry that I didn't know you already have another PR addressing this issue. Let's waiting for the PR #12236 merged. Thanks.

@showuon showuon closed this Aug 24, 2022
@showuon showuon reopened this Sep 13, 2022
@showuon showuon closed this Sep 13, 2022
@showuon showuon changed the title KAFKA-13981: Adding new record type handler in metadata shell MINOR: [WIP] build tests Sep 13, 2022
@showuon showuon reopened this Sep 13, 2022
@showuon showuon closed this Sep 15, 2022
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.

2 participants