Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#pip install git+https://github.com/dpkp/kafka-python.git excute in your docker
#use docker compose -f devops/kafka-docker-compose.yml up to start
#use docker network ls to check your bridge network
#use docker exec -it <container_name> /bin/bash

#test your apeche kafka with:
docker exec -it  <container_name> kafka-topics  --bootstrap-server localhost:9092 --create --topic test
docker exec -it <container_name> kafka-topics  --bootstrap-server localhost:9092 --list  
docker exec -it <container_name> kafka-console-producer  --bootstrap-server localhost:9092 --topic ishwar-topic
docker exec -it <container_name> kafka-console-consumer  --bootstrap-server localhost:9092 --topic ishwar-topic —from-beginning

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages