Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
160c970
Created an Asynchronous Wrapper for DoFn as well as JUnit tests for t…
tejasiyer-dev May 22, 2026
7265ccc
Optimize State reconciliation loop and eliminate O(N^2) complexity. R…
tejasiyer-dev May 22, 2026
0ba68d3
Added check for long overflow possibility when exponentially increasi…
tejasiyer-dev May 27, 2026
38420cf
Fix Timestamp propagation and add relevant test too. Spotless Apply f…
tejasiyer-dev May 27, 2026
5b595f7
Resolve SpotBugs DMI_RANDOM_USED_ONLY_ONCE replacing new Random(seed)…
tejasiyer-dev May 28, 2026
6904d14
Improve AsyncDoFn robustness and fix critical warnings provided by ge…
tejasiyer-dev May 28, 2026
5e02f4e
Fixed formatting issue
tejasiyer-dev May 28, 2026
d8f563e
Implement cross-key task cancellation in AsyncDoFn.
tejasiyer-dev May 29, 2026
ce451df
Passes original element's inputTimestamp to AccumulatingOutputReceive…
tejasiyer-dev May 29, 2026
c2bc96e
Changed outputs from List type to ConcurrentLinkedQueue to prevent lo…
tejasiyer-dev May 29, 2026
d79a782
Reverted outputs back to list type. Takes original Bounded Window as …
tejasiyer-dev May 29, 2026
7e0ebc5
Refactor AsyncDoFn to simplify output receiver and fix type mismatche…
tejasiyer-dev Jun 5, 2026
53ab470
Rename AsyncDoFn to PerKeyConcurrentDoFn to address naming feedback. …
tejasiyer-dev Jun 9, 2026
843a951
Final Formatting fixes. (#38529)
tejasiyer-dev Jun 9, 2026
d495262
Revert class, file, test naming back to AsyncDoFn. Extracted verbose …
tejasiyer-dev Jun 9, 2026
5b63aad
Rename class and files to AsyncWrapper and clean up old duplicates (#…
tejasiyer-dev Jun 10, 2026
71880d9
Refactor verbose logging to a single logInfo utility function (#38529)
tejasiyer-dev Jun 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading