2 Matching Annotations
- Sep 2021
-
betterdatascience.com betterdatascience.com
-
You don’t have to download them manually, as a docker-compose.yml will do that for you. Here’s the code, so you can copy it to your machine:
Sample
docker-compose.yml
file to download both: Kafka and Zookeeper containers -
Kafka version 2.8.0 introduced early access to a Kafka version without Zookeeper, but it’s not ready yet for production environments.
In the future, Zookeeper might be no longer needed to operate Kafka
-