Skip to content

saradaojha/SilverbackPoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.\bin\windows\zookeeper-server-start.bat config\zookeeper.properties --Step 1 .\bin\windows\kafka-server-start.bat config\server.properties -- Step 2 .\bin\windows\kafka-topics.bat --create --topic test --bootstrap-server localhost:9092 .\bin\windows\kafka-server-stop.bat .\bin\windows\zookeeper-server-stop.bat .\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test --from-beginning

.\bin\windows\kafka-topics.bat --create --topic testdata --bootstrap-server localhost:9092 .bin\windows>kafka-console-producer.bat --broker-list localhost:9092 --topic testdata

.\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic testdata --from-beginning .\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic testdata --from-beginning -- Step 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages