Skip to content

simoneroselli/kafka-topic-mngr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kafka-topic-mngr

Keep Kafka topics configuration static

Output example:

./kafka-topic-mngr
Creating new topic "example-topic1 --replication 2 --partitions 3" ..
Created topic "example-topic1"!
Topic 'example-topic1' configured with {'index.interval.bytes': '496'}
Topic 'example-topic1' configured with {'retention.ms': '2000000'}
Topic 'example-topic1' configured with {'segment.index.bytes': '10'}
Topic 'example-topic1' configured with {'segment.bytes': '2'}

About

Persist Kafka topics configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages