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

Micronaut Serialization #349

Open
loicgreffier opened this issue Dec 7, 2023 · 0 comments
Open

Micronaut Serialization #349

loicgreffier opened this issue Dec 7, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement This issue or pull request improves a feature

Comments

@loicgreffier
Copy link
Collaborator

loicgreffier commented Dec 7, 2023

Micronaut 4 comes with its own serialization framework which reduces memory footprint and improves safety compared to Jackson, which is currently uses in Ns4Kafka and was pulled by default before Micronaut 4:

implementation("io.micronaut:micronaut-jackson-databind")

When upgrading Ns4Kafka to Micronaut 4, the migration to Micronaut Serdes was not possible for 2 reasons:

The first one has been fixed, the second one should be part of a contribution. Another try should be given after that

@loicgreffier loicgreffier added dependencies Pull requests that update a dependency file enhancement This issue or pull request improves a feature labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement This issue or pull request improves a feature
Projects
None yet
Development

No branches or pull requests

1 participant