Kafka Introduction
Last updated
Last updated
Pub/Sub
Used for near realtime processing - events
Kafka began at LinkedIn - Jay Krep - I Love Logs - also Amazon Kinesis
Solves 3 problems - unreliable receivers, scaling, messy communications
compare to batch
fraud detection
IOT
show architecture of stuff
infinite sequence ....
Producer/Consumer with a buffer
Events are numbered and processed in order
Broker - URL
Partition
Topic