1 pages tagged with "kafka"
Writing a Kafka Producer and High Level Consumer in Clojure
January 14, 2015 - 438 words - 3 mins
Introduction
Kafka is a platform for handling real-time data feeds. In some ways it is like a database that exposes semantics of a messaging system.
The Kafka documentation provides an excellent overview which I have provided an extract from:
Kafka is a distributed, partitioned, replicated commit lo…
read more