-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Atlas Streams
-
Fully Compatible
-
Sprint 33, Sprint 34, Sprint 35
Right now we process each document one by one in the window operator and propagate only one document at a time. Instead we should partition the batch based on the windows that they belong in so that we only send a single message with multiple documents for a window.