Skip to content

Micronaut Serialization #349

@loicgreffier

Description

@loicgreffier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesThis issue or pull request contains dependencies upgradesenhancementThis issue or pull request improves a feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions