Category: Data, Docker, github, yaml

The architecture consists of an event producer, an event router, and an event consumer.

In this article, we will learn how to prepare the local environment for development and publish messages to Kafka.

We will use Docker Compose to set up a Kafka cluster that consists of the following components: Several vendors publish Zookeeper and Kafka Docker images with slight differences in behavior and configuration.

But before we do that, we need to specify the schema of the message that we will write to our topic.

Related Articles