Expand description

A volatile offset store is provided for situations where events are always sourced events from their earliest offset. An example use case is when events are queried over HTTP from a web browser that does not retain the offset where it is up to.

All offset data for a given persistence id is retained in memory.

Functions

  • Provides an asynchronous task and a command channel that can run and drive an in-memory offset store.