BE: Serde: Format non-string headers appropriately #919
Labels
area/serde
Serialization & Deserialization (plugins)
good first issue
Up for grabs
scope/backend
Related to backend changes
status/triage/completed
Automatic triage completed
type/enhancement
En enhancement/improvement to an already existing feature
Issue submitter TODO list
Is your proposal related to a problem?
No response
Describe the feature you're interested in
Headers are always printed like String. For example, for an epoch in an header, the Long value is not discovered and not rendered as Long.
AKHQ does the job with the code (https://github.com/tchiotludo/akhq/blob/dev/src/main/java/org/akhq/utils/ContentUtils.java#L74-L98)
In case of a value not in uTF8, Long, Short then the bytes are printed in hexa.
Describe alternatives you've considered
No response
Version you're running
1.1.0
Additional context
No response
The text was updated successfully, but these errors were encountered: