
How to easily run Kafka with Docker for Development
Kafka is becoming a popular addition to microservice oriented architectures. Despite its popularity, it may be tricky to run it on your development machine- especially if you run Windows. In this short article, I will show you a simple way to run Kafka locally with Docker. In order to run Kafka, you need a Zookeeper instance and Kafka instance. You also need these two instances to be able to talk to each other. ...








