This was a sample of constructing a Web Server With Kafka. It is an application for handling streaming data. I used a docker image created by Confluent that installs all of the necessary Kafka components including the broker and ZooKeeper. Kafka stores messages in topics, which are distributed across multiple brokers by splitting topics into data partitions.



