java-kafka-clients 1.0.0 Distributed streaming platform

Kafka is a distributed streaming platform, which means:

  • it can publish and subscribe to streams of records;

  • it can store streams of records in a fault-tolerant way;

  • it can process streams of records as they occur.