Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use DirectProcessor in EventBus #1086
Lettuce now uses DirectProcessor as non-blocking event bus. DirectProcessor no longer blocks calling .next(…). Previously, EmitterProcessor used a blocking queue which blocked the caller if downstream consumers did not consume events in time.
- Loading branch information