Currently the core Service archiving functionality for events is just sketched using the Disruptor to exploit its batching behavior. Evaluate such a solution versus the usage of active polling on one of Agrona data structures (RingBuffer or collection) by means of performance tests
Currently the core Service archiving functionality for events is just sketched using the Disruptor to exploit its batching behavior. Evaluate such a solution versus the usage of active polling on one of Agrona data structures (RingBuffer or collection) by means of performance tests