kat icon indicating copy to clipboard operation
kat copied to clipboard

Config show command does not show any header for the config entries

Open roobalimsab opened this issue 5 years ago • 0 comments

Current: i/p: kat topic config show -t test-topic -b "localhost:9092" o/p:

---------------------------------------------
Configuration for topic - test-topic
---------------------------------------------
{compression.type producer false true Unknown false []}

Expected: i/p: kat topic config show -t test-topic -b "localhost:9092" o/p:

---------------------------------------------
Configuration for topic - test-topic
---------------------------------------------
Name | Value | ReadOnly | Default | Source | Sensitive | Synonyms
{compression.type producer false true Unknown false []}

Table representation would be more appreciated

roobalimsab avatar Aug 02 '19 07:08 roobalimsab