-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update e2e to use apache/kafka image #3974
Comments
I'm thinking it may be better to add some flag to let you select |
That seems sensible. So, these are the two Kafka "modes":
Right? |
List of steps we need to take:
|
This PR makes the following changes: - add logic to use `KRaft` mode and `KAFKA_VERSION` or `zookeeper` mode and `KAFKA_IMAGE_VERSION` depending on `KAFKA_DOCKER_IMAGE` - all helmfile related tests will run `apache/kafka` image, using a copy of the `terascope/helm-charts/kafka` v 1.0.0 chart ref: #3974
We plan to publish a kafka helmchart to github to replace the chart in
teraslice/e2e/helm/kafka
. This chart will use theapache/kafka
image instead ofconfluentinc/cp-kafka
. Theapache/kafka
image usesKRaft
out of the box, so we will need to modify scripts to allow for this in the e2e setup. We currently have to map from the kafka version to the cp-kafka version, so that needs to be removed as well.The text was updated successfully, but these errors were encountered: