terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Update all spots to use cp-kafka docker image #3444

Closed godber closed 1 year ago

godber commented 1 year ago

We want all places in Teraslice to use the same cp-kafka and cp-zookeeper Kafka setup, this should include:

I think you'll want the following two images:

Let's keep using Kafka in Zookeeper mode, not KRaft. Also we want Kafka 3.2, so you'll have to find which cp-kafka version that is.

godber commented 1 year ago

When this issue is complete, archive this repo: https://github.com/terascope/docker-kafka-zookeeper/settings

sotojn commented 1 year ago

This issue has been addressed and fixed in this merged PR #3454 Both e2e and k8se2e use the cp-kafka image. This carries over to kafka tests that are in the teraslice/kafka-asset repo.