Saga storage in Axon Server Professional

Hi,

Is Saga storage provided in Axon Server Professional version 2025.1.4?

We make use of the Persistent Stream feature that keeps the TokenStore in Axon Server. This works just fine for regular Event Handlers.
Although, we noticed that a Saga configured as a persistent stream uses an InMemorySagaStore in the background.

Is Saga storage in Axon Server a feature, or should we revert to JPA/JDBC?

Greetz,
Bram

1 Like

Hi Bram,

The state of a Saga needs to be persisted outside Axon Server, e.g. using a JPA or JDBC Saga Store.

/Marc

1 Like