Adds new KNetTransformation and KNetPredicate in KNet Connect SDK#1325
Merged
masesdevelopers merged 5 commits intomasterfrom Feb 6, 2026
Merged
Conversation
KNetTransformation and KNetPredicate in KNet Connect SDK
masesdevelopers
added a commit
that referenced
this pull request
Feb 6, 2026
…#1325) * Adds new KNetTransformation and KNetPredicate in KNet Connect SDK * Adds UnregisterCLRGlobal after Close invocation of KNetTransformation and KNetPredicate * Update documentation
masesdevelopers
added a commit
that referenced
this pull request
Feb 10, 2026
masesdevelopers
added a commit
that referenced
this pull request
Feb 10, 2026
* Add data-exchange interface and async source support Introduce KNetConnectDataExchange for CLR/JVM object exchange and implement it across connectors, tasks, transformations and predicates. Enhance KNetSourceTask with async record push support (PushRecordAsync, CreateAndPushRecordAsync), UseOnlyAsync flag and poll logic to consume an internal queue. Refactor .NET bridge: add IKNetCommon, make remote ExecuteOnRemote/DataToExchange use a unified reflectedConnectorOrTask, expose internal Start/TaskConfigs/Stop entrypoints, add DeallocateTask, and introduce several IKNet* interfaces and API visibility changes to support the new async/out-of-sync behavior and cleaner interop. * Update documentation * Fix #1321 updating missing changes in #1325
masesdevelopers
added a commit
that referenced
this pull request
Feb 10, 2026
* Add data-exchange interface and async source support Introduce KNetConnectDataExchange for CLR/JVM object exchange and implement it across connectors, tasks, transformations and predicates. Enhance KNetSourceTask with async record push support (PushRecordAsync, CreateAndPushRecordAsync), UseOnlyAsync flag and poll logic to consume an internal queue. Refactor .NET bridge: add IKNetCommon, make remote ExecuteOnRemote/DataToExchange use a unified reflectedConnectorOrTask, expose internal Start/TaskConfigs/Stop entrypoints, add DeallocateTask, and introduce several IKNet* interfaces and API visibility changes to support the new async/out-of-sync behavior and cleaner interop. * Update documentation * Fix #1321 updating missing changes in #1325
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds new
KNetTransformationandKNetPredicatein KNet Connect SDKRelated Issue
closed #1321
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: