Apache Kafka

Apache Kafka is a platform for streaming data management:

  • Publish and subscribe to streams of records, similar to a message queue or enterprise messaging system.

  • Store streams of records in a fault-tolerant durable way.

  • Process streams of records as they occur.

For additional details, visit the Apache Kafka website

Last updated