kaf
kaf copied to clipboard
[feature request] Show header only with message body hidden
Most of the time I only want to see headers of each message. However each message in the queue can be as large as 512KB. When using kaf as a consumer it always show the message body.
Would be nice to consider showing headers only.
Thanks.
You can use a tool like jq to help with this. For example, kaf consume MyTopic --output=json | jq '.headers'