KAFKA-20982: Enable SASL_PLAINTEXT listener on all brokers in docker sanity test fixtures - #23263
Merged
chia7712 merged 3 commits intoAug 26, 2026
Conversation
…sanity test fixtures
Collaborator
Author
|
Verified locally by running the docker sanity tests against Both combined and isolated modes passed, including the SASL flow: |
Member
This won't trigger the build flow, so it luckily skips the error mentioned in #22054 (comment) :) Anyway, would you mind fixing it as well? |
Collaborator
Author
|
@chia7712 Thanks for catching this! Fixed and verified the full build + test flow: |
chia7712
pushed a commit
that referenced
this pull request
Aug 26, 2026
…anity test fixtures (#23263) Only broker1 had a SASL_PLAINTEXT listener, but the test topic (1 partition, RF=1) and the group coordinator can land on broker2/broker3, causing the client to time out (reported in #22023 (comment)). Add the listener to all brokers in both isolated and combined mode, following the existing SSL pattern. Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
Member
|
backport to 4.4 branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Only broker1 had a SASL_PLAINTEXT listener, but the test topic (1
partition, RF=1) and the group coordinator can land on broker2/broker3,
causing the client to time out (reported in
#22023 (comment)). Add
the listener to all brokers in both isolated and combined mode,
following the existing SSL pattern.
Reviewers: Chia-Ping Tsai chia7712@gmail.com