NGLPteam / NGLP-Analytics

MIT License
0 stars 1 forks source link

[Docker] Pin Kafka version to 2.5.0 #69

Closed mauromsl closed 2 years ago

mauromsl commented 2 years ago

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.