V2.4.1: updates on KNet Streams SDK #370
masesdevelopers
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release changes:
KNetKeyValueIterator
,KNetTimestampedKeyValueIterator
,KNetTimestampedWindowedKeyValueIterator
,KNetWindowedKeyValueIterator
):IEnumerable<T>
andIAsyncEnumerable<T>
KNetKeyValue
,KNetTimestampedKeyValue
,KNetTimestampedWindowedKeyValue
,KNetWindowedKeyValue
to reduce resource consumption since they are immutable in the JVMReferences and Release Notes
Official Docker image
Official NuGet packages (*)
(*) packages are also available on GitHub packages.
Official PowerShell packages
What's Changed
ToIEnumerator
to return anIEnumerator
instance able to work in parallel and speeding up data retrieve by @masesdevelopers in Added ability onToIEnumerator
to return anIEnumerator
instance able to work in parallel and speeding up data retrieve #362Full Changelog: V2.4.0.0...V2.4.1.0
This discussion was created from the release V2.4.1: updates on KNet Streams SDK.
Beta Was this translation helpful? Give feedback.
All reactions