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

Is there anyway to search via header key/value and not only the body key/value #40

Open
c-schembri opened this issue May 17, 2023 · 2 comments

Comments

@c-schembri
Copy link

If not, could this be feasibly implemented? My use case is to search for specific records in a topic/partition via a trace_id which is contained in the header of a record and not the body.
Thanks!

@patschuh
Copy link
Owner

Sorry for the late reply.

Currently there is no way to search via headers in KafkaEsque.

Assuming the byte-array in the value can just be read as a String (like I currently do for displaying header values in the Header tab), this should be relatively easy to implement

patschuh added a commit that referenced this issue Jul 7, 2023
@patschuh
Copy link
Owner

@c-schembri WIth 2.6.0 I added Header filters to the trace dialog. The current implementations stil requires that you use the body key/value search as well, but putting . as the find regex for a key search should let you effectively search only for 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