Switch to single-item on_next design
While micro-batching inside flow operators seemed like a good idea at first, it is actually more efficient to pass items directly down the chain in order emit items as soon as possible to concurrently running pipelines.
Showing
Please register or sign in to comment