Skip to content

the-specs-coder/WeCode-Chat-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Instructions to test the kafka producer and consumer

  • run the docker container using the commmand :
 docker compose -f <.yml filename> up -d
  • To get into kafka
docker exec -it kafka /bin/sh 
# ls
# cd opt
# ls
# cd kafka_2.13-2.8.1
#ls
#cd bin
#ls
  • To create a kafka topic
#kafka-topics.sh --create --zookeeper zookeeper:2181 --replication-factor 1 --partitions 1 --topic <topicname>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages