A few months ago I got in touch with Kafka – the message broker Apache Kafka rather than Franz Kafka the novelist.
Apache Kafka is simply a message broker which claims to be:
- Fast – Hundreds of MB r/w per second from thousands of clients
- Scalable
- Central data backbone – Data streams are partitioned and spread over a cluster of machines
- Durable – Messages are persisted on disk and replicated within the cluster
- Fault-tolerance – Cluster-centric design