-
Notifications
You must be signed in to change notification settings - Fork 218
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
KafkaReadinessCheckTest #1784
KafkaReadinessCheckTest #1784
Conversation
39dc62b
to
e6336ea
Compare
e6336ea
to
ba9c6b4
Compare
getStatusHealth(hermesFrontend).expectStatus().is2xxSuccessful(); | ||
|
||
// cleanup | ||
kafka.makeClusterOperational(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just sharing my thoughts - I know that this method is not from this PR, but its name is quite general 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have any suggestions on how to change it? Would startAllStoppedBrokers
be better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in my opinion startAllStoppedBrokers
is much better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change it in a separate PR
No description provided.