Closed mauromsl closed 2 years ago
There are some breaking changes in Kafka 3.0.0 that conflict with the docker-compose.yml setup.
docker-compose.yml
For example, kafka-topics.sh can no longer take --zookeeper as an argument, instead it must take "--bootstrap-server (https://issues.apache.org/jira/browse/KAFKA-9397)
kafka-topics.sh
--zookeeper
"--bootstrap-server
I've pinned version 2.5.0 which is the latest release still supporting this argument.
There are some breaking changes in Kafka 3.0.0 that conflict with the
docker-compose.yml
setup.For example,
kafka-topics.sh
can no longer take--zookeeper
as an argument, instead it must take"--bootstrap-server
(https://issues.apache.org/jira/browse/KAFKA-9397)I've pinned version 2.5.0 which is the latest release still supporting this argument.