1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 19:29:40 +08:00
1Panel-Appstore/kafka/README_en.md
2025-03-25 16:59:32 +08:00

312 B

Kafka

Kafka is a distributed stream processing platform.

Key Features:

  • It allows applications to publish or subscribe to streams of data or events.
  • It can store records in a fault-tolerant and durable manner, preserving the order of records.
  • It enables real-time processing of records as they arrive.