-
Notifications
You must be signed in to change notification settings - Fork 7
2 What's Kafka?
virtualramblas edited this page Mar 8, 2017
·
1 revision
Kafka is an Open Source message broker written in Scala and currently maintained by the Apache Software Foundation. It is fast, scalable, and has a modern cluster-centric design aimed to provide strong durability and fault-tolerance guarantees. It allows publishing and subscribing of streams of records. More details about the Kafka architecture of interest for this plugin implementation will be covered in the producer implementation page of this Wiki.