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
Currently, the BatchEmitter contains the event buffering functionality as well as sending the events. It's an in-memory storage based on two LinkedBlockingQueues. It would be good to create a separate interface and implementation for event storage.
Currently, the BatchEmitter contains the event buffering functionality as well as sending the events. It's an in-memory storage based on two LinkedBlockingQueues. It would be good to create a separate interface and implementation for event storage.