An open API service indexing awesome lists of open source software.

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.

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.