You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
@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
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!
The text was updated successfully, but these errors were encountered: