kaf icon indicating copy to clipboard operation
kaf copied to clipboard

[feature request] Show header only with message body hidden

Open tigerinus opened this issue 3 years ago • 1 comments

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.

tigerinus avatar May 10 '22 15:05 tigerinus

You can use a tool like jq to help with this. For example, kaf consume MyTopic --output=json | jq '.headers'

avi-cenna avatar Jul 12 '24 21:07 avi-cenna