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
Intermediate nodes currently perform polling to fetch updates from buffers they are listening to. This mechanism could be replaced by events emitted from the buffers towards all the subscribing nodes, so that their threads can run the worker code every time there is a data update.