Search code examples
aeron

Is it possible to replay from Aeron Cluster?


We would like to use Aeron as persistent queue. Is it possible to setup Aeron Cluster to provide

  • replication, and
  • possibility to replay (like Aeron Archive) for the clients?

Solution

  • Currently Aeron Cluster requires that logic to process events from Cluster's replicated log has to be implemented as a ClusteredService.

    Having Cluster run without services and providing a replay feature similar to how replay from the Archive works is a feature that is being considered.