Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Show header only with message body hidden #196

Open
tigerinus opened this issue May 10, 2022 · 1 comment
Open

[feature request] Show header only with message body hidden #196

tigerinus opened this issue May 10, 2022 · 1 comment

Comments

@tigerinus
Copy link

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.

@avi-cenna
Copy link

avi-cenna commented Jul 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants