Closed mscwilson closed 2 years ago
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.