console icon indicating copy to clipboard operation
console copied to clipboard

Restoring the way headers are displayed

Open ErykCh opened this issue 1 year ago • 9 comments

Hi,

In version 2.4.1 the text is escaped: image

Could you bring back the previous approach?

ErykCh avatar Feb 05 '24 07:02 ErykCh

Starting with v2.4 we interpret all header values as strings rather than trying all the existing encoding types (AVRO, JSON etc.). I think we should bring it back again, but we are waiting for more feedback from other users.

weeco avatar Feb 05 '24 11:02 weeco

Maybe best to have a selectable strategy, some firms may decide on string only headers, others json, others may even use SchemaRegistry and encode them just like keys and values.

michaelandrepearce avatar Feb 06 '24 02:02 michaelandrepearce

Hi! For the use case of the company I work for it would be great if we had the option to use the SchemaRegistry to encode and decode the values under headers. Any idea of when this feature could be integrated? Thank you in advance!

fabio-deoliveira avatar Mar 23 '24 18:03 fabio-deoliveira

We end up putting a lot of timestamps in our headers, for traceability. If we use unix timestamps instead of strings we can reduce message size and improve downstream message parsing. Currently we don't do this because we would rather have human readable timestamps in the console. Therefore, it would be very nice to have decoded header values in the console, like we have with message value fields.

harvidsen avatar Mar 25 '24 09:03 harvidsen