topics/kafka/README.md
| Name | Topic | Objective & Instructions | Solution | Comments |
|---|
<a name="questions-kafka-101"></a>
kafka.apache.org: "Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications."
In other words, Kafka is a sort of distributed log where you can store events, read them and distribute them to different services and do it in high-scale and real-time. </b></details>
<details> <summary>What Kafka is used for?</summary> <b>An application that publishes data to the Kafka cluster. </b></details>
<a name="questions-kafka-architecture"></a>