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
36 stars 6 forks source link

Added KNetKeySerDes and KNetValueSerDes properties to simplify the usage of external serializers #340

Closed masesdevelopers closed 8 months ago

masesdevelopers commented 8 months ago

Description

GenericConfigBuilder<T> supports KNetKeySerDes and KNetValueSerDes to use KNet serialization instead to create serializers outside KNetProducer and KNetConsumer

Related Issue

closed #339

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: