Merged
Conversation
Introduces LeftJoin methods to IStreamBuilder and IBranchStreamBuilder, enabling left join operations between streams and state-backed tables. Implements StreamTableLeftJoinOperator with support for telemetry, error handling, and thread safety. Includes comprehensive unit tests covering join behavior, type safety, telemetry, and error handling. This allows users to enrich stream data with optional reference data, even when reference data is missing.
Introduces StreamStreamJoinOperator for windowed, key-based joining of two unbounded streams with configurable join types (inner, left, right, outer), window size, and buffer management. Extends IStreamBuilder and IBranchStreamBuilder with JoinStream methods for pipeline integration. Adds StreamJoinType and StreamJoinConfiguration for join semantics. Includes comprehensive documentation, real-world examples, and extensive unit tests covering all join types, window expiration, buffer management, concurrency, and telemetry. Thorough XML docs and code comments provided.
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.
No description provided.