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

KAFKA-17636 Fix scram bootstrap records #17305

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

mumrah
Copy link
Member

@mumrah mumrah commented Sep 27, 2024

Fixes a regression introduced in #16669 which inadvertently stopped processing SCRAM arguments.

@github-actions github-actions bot added the core Kafka Broker label Sep 27, 2024
@mumrah mumrah added the tools label Sep 27, 2024
@@ -139,6 +139,8 @@ object StorageTool extends Logging {
if (namespace.getBoolean("standalone")) {
formatter.setInitialVoters(createStandaloneDynamicVoters(config))
}
Option(namespace.getList("add_scram")).
Copy link
Contributor

Choose a reason for hiding this comment

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

I had to double-check this since the no-scram case is actually a null rather than an empty list... 🫤

Copy link
Contributor

@cmccabe cmccabe left a comment

Choose a reason for hiding this comment

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

Good work @fvaleri and @mumrah. LGTM.

Copy link
Contributor

@fvaleri fvaleri left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @mumrah.

@mumrah mumrah merged commit 16cac97 into apache:trunk Sep 28, 2024
10 checks passed
mumrah added a commit that referenced this pull request Sep 28, 2024
Fixes a regression introduced by #16669 which inadvertently stopped processing SCRAM arguments from kafka-storage.sh

Reviewers: Colin P. McCabe <[email protected]>, Federico Valeri <[email protected]>
@mumrah
Copy link
Member Author

mumrah commented Sep 28, 2024

back ported to 3.9 as 2cbc5bd

airlock-confluentinc bot pushed a commit to confluentinc/kafka that referenced this pull request Sep 30, 2024
Fixes a regression introduced by apache#16669 which inadvertently stopped processing SCRAM arguments from kafka-storage.sh

Reviewers: Colin P. McCabe <[email protected]>, Federico Valeri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Kafka Broker tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants