Skip to content

Instantly share code, notes, and snippets.

View gdtm86's full-sized avatar

Guru Dharmateja Medasani gdtm86

  • Domino Data Lab
  • Chicago,IL
View GitHub Profile
@gdtm86
gdtm86 / kafka.md
Created August 13, 2014 18:54 — forked from ashrithr/kafka.md

Introduction to Kafka

Kafka acts as a kind of write-ahead log (WAL) that records messages to a persistent store (disk) and allows subscribers to read and apply these changes to their own stores in a system appropriate time-frame.

Terminology:

  • Producers send messages to brokers
  • Consumers read messages from brokers
  • Messages are sent to a topic