0% found this document useful (0 votes)
3 views1 page

Kafka Notes

Apache Kafka is an open-source distributed streaming platform used for processing real-time data and acts as a message broker between publishers and subscribers. It operates on a Publisher and Subscriber model, facilitating the development of Event Driven Microservices. Additional resources include a workshop video and notes with examples available online.

Uploaded by

mha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Kafka Notes

Apache Kafka is an open-source distributed streaming platform used for processing real-time data and acts as a message broker between publishers and subscribers. It operates on a Publisher and Subscriber model, facilitating the development of Event Driven Microservices. Additional resources include a workshop video and notes with examples available online.

Uploaded by

mha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

##############

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 : https://youtu.be/VInk1_9vvCY

==> Kafka Notes + Example :


https://github.com/ashokitschool/ashokit_weekend_workshops.git

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

You might also like