masesgroup / KNet

KNet is a comprehensive .NET suite for Apache Kafka™ providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).
https://knet.masesgroup.com/
Apache License 2.0
32 stars 6 forks source link

Added UseKafkaClassForSupportedTypes to fallback on Apache Kafka SerDes, value of UseHeaders now can be changed #437

Closed masesdevelopers closed 4 months ago

masesdevelopers commented 4 months ago

Description

The PR adds a new property on serializers named UseKafkaClassForSupportedTypes which helps to choose the serialization support. UseHeaders can be changed at runtime if needed.

Related Issue

closed #435

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: