Skip to content

MarkC0x/dump-topic-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dump Topic Config

Simple Kafka AdminClient program to dump out the entire list of configuration parameters for a specified topic. I find this useful while trying to debug issues, and it prints out the full list of stored values, plus whether the values stored are known to be Default, Read-Only, or Senstive by Topic or Broker. For the Default result the output also states which ConfigSource the value comes from.

Usage: DumpTopicConfig <bootstrap-server:port> <topic-name>

Hidden option to list all topics on a given cluster:

Usage: DumpTopicConfig <bootstrap-server:port> --list

Example Output:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages