Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keep pushback intack on size+duration
In the previous implementation the logic was partly handled by calling intoMultis().every(Duration). This was causing to get an unlimited number of items from upstream. When processing a kafka stream with many small messages fitting in memory, the throttled policy would eventually (60seconds) see 'stale' non-processed messages causing an exception shutting processing down completely. This problem is solved using the MultiBufferWithTimeoutOp directly.
- Loading branch information