Create a Kafka Cluster With Docker
Overview In order to start working with kafka, we need a cluster. The easiest way is to use docker. You can also download the binary files and run if you prefer. This is just one in many options Docker-compose Here I have a simple setup with some extra services (kafka-connect) and redpanda (for a nice … Read more