Sunday, February 5, 2023

Kafka - Basics

 Hello All!!!

Starting a new series on learning Kafka (from basics)!!!

What is Kafka?

Apache Kafka allows you to decouple your data streams and your systems. So your source system will feed data into Kafka and target system will take data from Kafka.




Why Apache Kafka?
  • Open Source
  • Resilient Architecture
  • Distributed
  • Fault Tolerant
  • Horizontally scalable
  • High performance with low latency


















Why Apache Kafka?