0% found this document useful (0 votes)
59 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)
59 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

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

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]

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

You might also like