Improved
Release 4.0.0 Release Candidate 1
- Breaking Changes
- Minimum Java version now 11
- Issue #323 -
WorkerPoolandWorkProcessorhave been removed, no moreDisruptor::handleEventsWithWorkerPool Disruptorconstructors using Executor have been removed. Use ThreadFactory instead.- Rolled up event handling extension interfaces on to EventHandler:
BatchStartAwareLifecycleAwareSequenceReportingEventHandler
- 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