Apache Kafka

Distributed, partitioned, replicated log. The reference open-source streaming platform; durable, ordered topics with consumer groups, exactly -once semantics, and the de facto wire protocol for the streaming ecosystem. Native Kafka clients and a REST proxy expose the broker.

API entry from apis.yml

apis.yml Raw ↑
aid: streaming:apache-kafka
name: Apache Kafka
description: Distributed, partitioned, replicated log. The reference open-source streaming platform; durable,
  ordered topics with consumer groups, exactly -once semantics, and the de facto wire protocol for the
  streaming ecosystem. Native Kafka clients and a REST proxy expose the broker.
humanURL: https://kafka.apache.org
tags:
- Streaming
- Log
- Open Source
- Apache Software Foundation
properties:
- type: Documentation
  url: https://kafka.apache.org/documentation/
- type: GitHubRepository
  url: https://github.com/apache/kafka
- type: Topic
  url: https://github.com/api-evangelist/apache-kafka