Skip to content

Instantly share code, notes, and snippets.

@lurenx
lurenx / install-azkaban.md
Created May 14, 2016 08:17 — forked from greenqy/install-azkaban.md
install-azkaban.md
@lurenx
lurenx / kafka.md
Created March 24, 2016 10:08 — forked from ashrithr/kafka.md
kafka introduction

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