You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, when creating a publisher via `Flux.create` a `BufferAsyncSink` will be used and a queue is created to buffer all data the client cannot process in time.
With reactor being shaded, the reactor users cannot benifit from this queue and will have to create this queue again when creating from driver's record publisher.
Thus we configure the driver to create a publisher without any active buffering. The application will be fully in charge of buffer consumed data instead.
0 commit comments