Deepak Mishra
08/13/2021, 8:57 AMMayank
// If last completed segment is being used, make sure that segment crosses over end of window.
// In the absence of this check, CONSUMING segments could contain some portion of the window. That data would be skipped forever.
Mayank