Skip to content

aalopatin/kafka-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console commands

Create topic
kafka-topics.bat --bootstrap-server localhost:9092 --create --topic temperature
Delete topic
kafka-topics.bat --bootstrap-server localhost:9092 --delete --topic temperature
Create topic with config
kafka-topics.bat --bootstrap-server localhost:9092 --create --topic short-messages --config max.message.bytes=100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors