real-logic / aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport
Apache License 2.0
7.37k stars 888 forks source link

Using Aeron Cluster Backup how to retrieve all snapshots from Cluster #1645

Open andyflury opened 2 months ago

andyflury commented 2 months ago

When using io.aeron.cluster.ClusterBackup we noticed that while the entire recoding log gets retrieve only the last snapshot gets retrieved from the Cluster. For our use case we would like the ClusterBackup to retrieve all snapshots from the Cluster. Is there a setting that would allow for this, or is there a code change we would have to perform?