Disruptor v4.0.0 Release Notes
-
- Breaking Changes
- Minimum Java version now 11
- Issue #323 -
WorkerPool
andWorkProcessor
have been removed, no moreDisruptor::handleEventsWithWorkerPool
Disruptor
constructors using Executor have been removed. Use ThreadFactory instead.- Rolled up event handling extension interfaces on to EventHandler:
BatchStartAware
LifecycleAware
SequenceReportingEventHandler
- Deprecated ThreadHints.onSpinWait()
- FatalExceptionHandler and IgnoreExceptionHandler now use the JDK 9 Platform Logging API, i.e. System.Logger
- Add rewind batch feature to the BatchEventProcessor
- Added documentation to EventPoller
- Breaking Changes