Skip to content

Expose GenericContainer from StrimziKafkaCluster via getNodes() method #137

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

Merged

Conversation

see-quick
Copy link
Member

This PR renames brokers to nodes to reflect KRaft’s mixed roles and exposes GenericContainer instances via getNodes(), enabling direct access to container-level operations like port exposure and file mounting. Moreover, it deprecates our getBrokers() method and directly tells the end user to use getNodes().

@see-quick see-quick added the enhancement New feature or request label Apr 24, 2025
@see-quick see-quick added this to the 0.111.0 milestone Apr 24, 2025
@see-quick see-quick requested a review from a team April 24, 2025 11:08
@see-quick see-quick self-assigned this Apr 24, 2025
@see-quick see-quick linked an issue Apr 24, 2025 that may be closed by this pull request
@see-quick see-quick requested a review from mimaison April 24, 2025 11:12
Signed-off-by: see-quick <[email protected]>
Copy link
Contributor

@mimaison mimaison left a comment

Choose a reason for hiding this comment

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

LGTM

@see-quick see-quick merged commit 60176cb into strimzi:main Apr 25, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow customizing servers created by StrimziKafkaCluster
4 participants