Kafka
Kafka Introduction
• Apache Kafka is a distributed event streaming platform.
• Designed for high-throughput, low-latency data streaming.
• Supports publish-subscribe and stream processing models.
• Originally developed at LinkedIn, now an open-source project under
Apache.
• Real-time data pipelines and streaming apps.
• Scalable to handle trillions of messages per day.
• High fault tolerance and replication.
• Decouples data producers from consumers.
• Durable and persistent message storage.
FLow

kafka_basics for event streaming.txt.pptx

  • 1.
  • 2.
    Kafka Introduction • ApacheKafka is a distributed event streaming platform. • Designed for high-throughput, low-latency data streaming. • Supports publish-subscribe and stream processing models. • Originally developed at LinkedIn, now an open-source project under Apache.
  • 3.
    • Real-time datapipelines and streaming apps. • Scalable to handle trillions of messages per day. • High fault tolerance and replication. • Decouples data producers from consumers. • Durable and persistent message storage.
  • 4.