V2.3.0: enhances serialization mechanism based on KNet 2.7.2 #242
masesdevelopers
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a new improvement release of Entity Framework Core provider for Apache Kafka available for Entity Framework Core 6, 7 and 8.
Entity Framework Core provider for Apache Kafka comes with the following changes:
Important
This version introduces some breaking changes in serialization management, and properties of
KafkaDbContext
, to supports latest improvements coming from KNet 2.7.2ISerDesSelector
to choose betweenbyte
array and buffered (ByteBuffer
based) data exchangeKafkaDbContext
to supportsISerDesSelector
typesISerDesSelector
to choose betweenbyte
array and buffered (ByteBuffer
based) data exchangeISerDesSelector
to choose betweenbyte
array and buffered (ByteBuffer
based) data exchangeISerDesSelector
to choose betweenbyte
array and buffered (ByteBuffer
based) data exchangeOfficial NuGet packages (*)
(*) packages are also available on GitHub packages.
What's Changed
ISerDesSelector
instances across application, bump version to 2.3.0 by @masesdevelopers in CachedISerDesSelector
instances across application, bump version to 2.3.0 #240Full Changelog: V2.2.0.0...V2.3.0.0
This discussion was created from the release V2.3.0: enhances serialization mechanism based on KNet 2.7.2.
Beta Was this translation helpful? Give feedback.
All reactions