reactor / reactor-core

Non-Blocking Reactive Foundation for the JVM

Home Page:http://projectreactor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add bufferWeightedWithin operator.

He-Pin opened this issue · comments

Motivation:

Just as currently bufferTimeout but will emit when the weight exceeds, works as groupedWeightedWithin - Documentation - Akka Both in Akka/Pekko.

this can be used to implement bufferTimeout too.

and can act as a replacement of the current behavior of bufferTimeout.

refs: #2236