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

Restoring the way headers are displayed #1072

Open
ErykCh opened this issue Feb 5, 2024 · 4 comments
Open

Restoring the way headers are displayed #1072

ErykCh opened this issue Feb 5, 2024 · 4 comments
Assignees
Labels
feature New feature or request

Comments

@ErykCh
Copy link

ErykCh commented Feb 5, 2024

Hi,

In version 2.4.1 the text is escaped:
image

Could you bring back the previous approach?

@weeco
Copy link
Contributor

weeco commented Feb 5, 2024

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 weeco added the feature New feature or request label Feb 5, 2024
@michaelandrepearce
Copy link

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.

@fabio-deoliveira
Copy link

fabio-deoliveira commented Mar 23, 2024

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!

@harvidsen
Copy link

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.

@rikimaru0345 rikimaru0345 assigned jvorcak and weeco and unassigned jvorcak Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants