Crate lagbuffer
Source - DoubleBufferedLagBuffer
- A buffer system designed to handle out-of-order events and reconcile the state.
- Event
- A trait representing an event that has an associated order key of type
OrderKey
. - LagBuffer
- State
- A trait representing a state that can be modified by events.