#kafka #docker #Conduktor #producer #consumer #datascience #dataanalyst #dataengineers
Kafka Is a Distributed Data Streaming Technology Leveraged by Over 70% of Fortune 500. Enterprise-Grade Security. Streaming Data Service. Thousands of Companies Are Built on the Data Streaming Platform Apache Kafka®.
Download Links:
Docker: https://www.docker.com/products/docke...
Conduktor: https://www.conduktor.io/get-started/...
My Github Link: https://github.com/sharmavickram
Cmds used:
docker-compose -f .\kafka-docker-compose.yaml up -d
docker-compose -f .\kafka-docker-compose.yaml ps
docker-compose -f .\kafka-docker-compose.yaml exec kafka bash
/bin/kafka-topics --create --topic dataedge --bootstrap-server localhost:9092
/bin/kafka-topics --list --bootstrap-server localhost:9092
/bin/kafka-topics --describe --bootstrap-server localhost:9092
For Producer:
docker-compose -f .\kafka-docker-compose.yaml exec kafka bash
kafka-console-producer --bootstrap-server localhost:29092 --topic dataedge
For Consumer:
docker-compose -f .\kafka-docker-compose.yaml exec kafka bash
kafka-console-consumer --bootstrap-server localhost:29092 --topic dataedge