##############
Apache Kafka
#############
-> Apache Kafka is an open source distributed streaming platform
-> Apache Kafka is used to process real time data
-> We will use Apache Kafa as a message broker for our applications
-> Kafka works based on Publisher and Subscriber Model
Note: Kafka will act as a mediator / broker between Publisher and Subscriber
-> The application which is publishing message to kafka is called Publisher
-> The application which is subscribing message from kafka is called Subscriber
Note: Using apache kafka we can develop Event Driven Microservices
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
==> Kafka - Workshop Video : [Link]
==> Kafka Notes + Example :
[Link]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++