Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 485 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 485 Bytes

Apache Kafka

Apache is distributed streaming platform which enables producers and consumers to communicate based on the message topics. This aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds.

This repo contains code for Kafka simple producer and consumer

Requirements to run the program in your machine