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
Another option to evaluate is using the Spy subscription semantics recently added in Aeron. This option assumes that an outgoing publication streaming all the Service events will exist
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