Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ring buffer channels are designed to avoid contention by placing events on a circular buffer implementation, in this case the LMAX Disruptor. Consumers running on different threads receive events from the buffer.

Image Added

Using Disruptor-based channels is simple. All that needs to be done is to specify the ring.buffer channel type as shown below:

...