Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/key join group async #2

Merged
merged 4 commits into from
Dec 28, 2023
Merged

Conversation

kellrott
Copy link
Member

Adds new node type KeyJoinGroupAsyncNode for workflows. It takes multiple KeyValue input streams, and joins them by keys. It does this asynchronously, meaning that as soon it finds a key match across input channels it calls the user function. If there are duplicate keys in an input stream, the results are undetermined

@kellrott kellrott merged commit c9b56e0 into main Dec 28, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant