wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.9k stars 2.73k forks source link

Add support for kafka 2.8.1 #688

Closed null-sleep closed 2 years ago

null-sleep commented 2 years ago

Add support for Kafka 2.8.1 https://kafka.apache.org/documentation/#upgrade_280_notable https://downloads.apache.org/kafka/2.8.1/RELEASE_NOTES.html

@wurstmeister

null-sleep commented 2 years ago

I think the CI has been broken before this change. I built the new image with docker build --build-arg kafka_version=2.8.1 --build-arg scala_version=2.13 -t wurstmeister/kafka . and then ran the following commands with no errors

$ docker-compose -f test/docker-compose.yml up -d zookeeper kafka_1 kafka_2
test_zookeeper_1 is up-to-date
test_kafka_1 is up-to-date
Creating test_kafka_2 ... done

$ /broker-list.sh create-topics.sh start-kafka.sh download-kafka.sh versions.sh
:50644,:50641
wurstmeister commented 2 years ago

can you please update your branch, there was a bug in a script on the master branch that caused the build failure.

null-sleep commented 2 years ago

Thanks @wurstmeister. Looks like everything is 🟢