You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: