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

Add KRaft readiness check in StrimziKafkaCluster #91

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

see-quick
Copy link
Member

This PR adds a KRaft readiness check within StrimziKafkaCluster. Currently waitForRunning() inside each StrimziKafkaContainer is not enough because it does not wait on Quorum form but only for Transitioning from RECOVERY to RUNNING which is only correct when we use single-node. In case of multi-node we need to wait until quorum is formed and ready.

Signed-off-by: see-quick <maros.orsak159@gmail.com>
@see-quick see-quick self-assigned this Oct 16, 2024
@see-quick see-quick requested a review from a team October 16, 2024 12:06
@see-quick see-quick added this to the 0.108.0 milestone Oct 16, 2024
@see-quick see-quick added the enhancement New feature or request label Oct 16, 2024
Copy link
Member

@scholzj scholzj left a comment

Choose a reason for hiding this comment

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

LGTM if it works

Signed-off-by: see-quick <maros.orsak159@gmail.com>
@see-quick see-quick merged commit b46bd0e into main Oct 16, 2024
7 checks passed
@see-quick see-quick deleted the readiness-kraft-cluster branch October 17, 2024 15:06
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.

4 participants