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

Fix TimestampedKeyValueIterator #523

Closed masesdevelopers closed 4 days ago

masesdevelopers commented 4 days ago
          This lines are wrong:

https://github.com/masesgroup/KNet/blob/71df6f59f7ceda6d48065fa45dc22cfd9191937e/src/net/KNet/Specific/Streams/State/TimestampedKeyValueIterator.cs#L144 https://github.com/masesgroup/KNet/blob/71df6f59f7ceda6d48065fa45dc22cfd9191937e/src/net/KNet/Specific/Streams/State/TimestampedKeyValueIterator.cs#L148 https://github.com/masesgroup/KNet/blob/71df6f59f7ceda6d48065fa45dc22cfd9191937e/src/net/KNet/Specific/Streams/State/TimestampedKeyValueIterator.cs#L179

Originally posted by @masesdevelopers in https://github.com/masesgroup/KNet/issues/522#issuecomment-2200348541