https://github.com/aburraq/kafkaesque
Apache Kafka tutorial explaining basics.
https://github.com/aburraq/kafkaesque
Last synced: 8 months ago
JSON representation
Apache Kafka tutorial explaining basics.
- Host: GitHub
- URL: https://github.com/aburraq/kafkaesque
- Owner: Aburraq
- Created: 2024-09-15T15:34:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T15:38:05.000Z (over 1 year ago)
- Last Synced: 2025-02-27T23:37:50.313Z (over 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A basic Apache Kafka tutorial shows how to use Zookeeper to manage a Kafka cluster, create and manage topics for organizing messages, configure producers to send data into Kafka topics, and set up consumers to read and process the data from those topics, demonstrating how Kafka efficiently handles distributed, fault-tolerant, and real-time stream processing of large-scale data.