5

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?
Milos Gregor
  • 940
  • 8
  • 14

1 Answers1

4

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.

Michael Barker
  • 14,153
  • 4
  • 48
  • 55