-
Notifications
You must be signed in to change notification settings - Fork 28
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
QQE-737 | Make Kafka use KRaft mode #1175
Conversation
b42da8a
to
0733a0c
Compare
run tests |
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 think it's alright. I'll need to re-check later today when I have more time and CI is green.
@fedinskiy can you confirm you run smoke check on SASL_SSL and Kafka SSL scenarios in TS? |
I have run both Openshift and baremetal tests in framework in all three examples/kafka* nodules. I am running TS tests now |
Kafka SSL test in TS (messaging-kafka-ssl module) went just fine. There is a failure in KafkaGratefulShutdownIT (will investigate it next week) and in Snappy tests (they read kafka logs manually, so we need to change the directory) |
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.
Again, I think it's very good job, but let's wait till next week when you finish TS investigation. Changes LGTM.
quarkus-test-service-kafka/src/main/resources/strimzi-deployment-template.yml
Outdated
Show resolved
Hide resolved
In KRaft mode Zookeper is not used, since brokers communicate to each other directly.
run tests |
1 similar comment
run tests |
Failure of the |
This also needs to be backported to the other supported branches too, since this also enables the now supported usage of Kafka in KRaft mode without deprecated Debezium. |
Summary
In KRaft mode Zookeper is not used, since brokers communicate to each other directly.
Please check the relevant options
run tests
phrase in comment)Checklist: