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

BE: Serde: Format non-string headers appropriately #919

Open
2 tasks done
ravetdavid opened this issue Mar 13, 2025 · 1 comment
Open
2 tasks done

BE: Serde: Format non-string headers appropriately #919

ravetdavid opened this issue Mar 13, 2025 · 1 comment
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

Comments

@ravetdavid
Copy link

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

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

@ravetdavid ravetdavid added status/triage Issues pending maintainers triage type/feature A brand new feature labels Mar 13, 2025
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Mar 13, 2025
Copy link

Hi ravetdavid! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@Haarolean Haarolean added good first issue Up for grabs type/enhancement En enhancement/improvement to an already existing feature scope/backend Related to backend changes area/serde Serialization & Deserialization (plugins) and removed type/feature A brand new feature status/triage/manual Manual triage in progress labels Mar 13, 2025
@Haarolean Haarolean moved this to Todo in Up for grabs Mar 13, 2025
@Haarolean Haarolean changed the title Headers rendering BE: Serde: Format non-string headers appropriately Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Todo
Development

No branches or pull requests

2 participants