Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Consumers (still relevant? - moved to Kafka Connect?) 

Data Replication

  • topics should have a replication factor greater than 1 (usually 2 or 3)
  • this ensures that if a broker goes down, another broker can serve the data
  • ISR - in-synch replica

Image Added

Kafka Connect

Overview

  • Source connectors to get data from common data sources
  • Sink connectors to publish that data in common data sources
  • Make it easy for non-experienced dev to quickly get their data reliably into Kafka
  • Re-usable code!

...