Closed Dustin-Ray closed 1 year ago
Current behavior is to operate on Message type on the heap. This works well enough, but to support arbitrary file size, we shouldn't copy to the heap.
clarifying this issue: sliding window batch jobs should handle this.
duplicate of sliding window. closing this for now.
Current behavior is to operate on Message type on the heap. This works well enough, but to support arbitrary file size, we shouldn't copy to the heap.