kat
kat copied to clipboard
Config show command does not show any header for the config entries
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