reactive-streams-commons icon indicating copy to clipboard operation
reactive-streams-commons copied to clipboard

Explore timed microbatch operators

Open smaldini opened this issue 9 years ago • 0 comments

Currently written with a combination of 2 or 3 operators, timed microbatch like stream.window(10, () -> PublisherBase.timer(....)) or stream.buffer(10, () -> PublisherBase.timer(....)) would be useful.

smaldini avatar Feb 20 '16 12:02 smaldini