Files
helm-anything/src/kafka
2026-02-22 22:12:04 +08:00
..
2026-02-19 16:21:45 +08:00
2026-02-22 22:12:04 +08:00
2026-02-16 09:12:50 +08:00
2026-02-16 09:12:50 +08:00
2026-02-16 09:12:50 +08:00

Kafka

Introduction

Apache Kafka is an open-source distributed event streaming platform used for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

Installation

To install Kafka, run:

make install

Usage

After installation, verify the deployment:

kubectl get pods -n kafka

To produce and consume messages, use Kafka tools:

kubectl -n kafka exec -it kafka-cluster-kafka-0 -- kafka-console-producer.sh --broker-list kafka-cluster-kafka-bootstrap:9092 --topic test