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

Improved kafka streams with many specific KNet classes #343

Closed masesdevelopers closed 7 months ago

masesdevelopers commented 7 months ago

Description

Added many classes to manage Apache Kafka Streams in a .NET fashion. Some classes till now are only placeholder, without methods, and are available to complete methods of other classes.

NOTE: the new classes are still in development phase and maybe contains errors

KNOWN ISSUE: in .NET 8 many times it is raised an System.AccessViolationException when fields of KeyValue are retrieved: the issue is under evaluation and an issue will be opened to track it

Related Issue

closed #327

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: