Disruptor v2.7 Release Notes

    • ๐Ÿ”„ Changed construction API to allow user supplied claim and wait strategies
    • โž• Added AggregateEventHandler to support multiple EventHandlers from a single BatchEventProcessor
    • ๐Ÿ‘Œ Support exception handling from LifecycleAware
    • โž• Added timeout API calls for claiming a sequence when publishing
    • ๐Ÿšค Use LockSupport.parkNanos() instead of Thread.sleep() to reduce latency
    • ๐ŸŽ Reworked performance tests to better support profiling and use LinkedBlockingQueue for comparison because it performs better on the latest processors
    • ๐Ÿ›  Minor bugfixes