masesgroup / KEFCore

Entity Framework Core provider for Apache Kafka™
https://kefcore.masesgroup.com/
Apache License 2.0
6 stars 1 forks source link

Cached `ISerDesSelector` instances across application, bump version to 2.3.0 #240

Closed masesdevelopers closed 1 month ago

masesdevelopers commented 1 month ago

Description

This PR adds a cache of ISerDesSelector based on IEntityType, this changes removes the need of generic type in classes related to ISerDesSelector classes.

The version becomes 2.3.0 due to breaking changes in serialization selection

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: