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 ability on `ToIEnumerator` to return an `IEnumerator` instance able to work in parallel and speeding up data retrieve #362

Closed masesdevelopers closed 7 months ago

masesdevelopers commented 7 months ago

Description

ToIEnumerator can return a special IEnumerator able to deserialize in parallel while it is moving along the data, speeding up data retrieve

Related Issue

fix #327

Motivation and Context

How Has This Been Tested?

Test on KEFCore

Screenshots (if appropriate):

Types of changes

Checklist: