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

Fix start() in StrimziKafkaCluster to propagate exception correctly #93

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

see-quick
Copy link
Member

This PR handles exceptions correctly by throwing them instead of just calling printStackTrace(). Also, now it throws a more informative error message than before, as stated in issue #80.

Signed-off-by: see-quick <maros.orsak159@gmail.com>
@see-quick see-quick linked an issue Oct 17, 2024 that may be closed by this pull request
@see-quick see-quick added this to the 0.108.0 milestone Oct 17, 2024
@see-quick see-quick added the enhancement New feature or request label Oct 17, 2024
@see-quick see-quick self-assigned this Oct 17, 2024
@see-quick see-quick requested a review from a team October 17, 2024 09:20
@see-quick see-quick added bug Something isn't working and removed enhancement New feature or request labels Oct 17, 2024
@see-quick see-quick merged commit 5a39055 into main Oct 17, 2024
7 checks passed
@see-quick see-quick deleted the fix-runtime 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
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StrimziKafkaCluster.start() seems to silent criticial errors
3 participants