Skip to content

Instantly share code, notes, and snippets.

@giri-sh
giri-sh / kafka_fundamentals_notes
Last active July 22, 2021 11:26
Kafka Fundamentals Notes
What is this gist about?
-- Apache Kafka Fundamentals
Why do we need Apache Kafka?
-- Every day data produced in the world is huge. Currently estimated at 2.5 QB (Quintillion Bytes).
-- Because of the huge data that we generate every day, we need some kind of Queuing theory that can process this data for our systems.
Types of Queuing Systems?