Configuration Properties Of stacksaga-spring-boot-starter

Property DataType Default Value Description

stacksaga.domain-entity-scan

[]

String[]

A comma-separated list of package names to scan for @SagaDomainEntity annotated classes. for instance, com.example.domain,com.example.anotherdomain.

stacksaga.instance.cluster

-

String

The cluster this instance belongs to. Components only connect to one another when their cluster values match, so it must be identical across every Master, Slave, and Orchestrator that needs to connect.

stacksaga.instance.region

-

String

The region this instance belongs to. Components only connect to one another when their region values match, so it must be identical across every Master, Slave, and Orchestrator that needs to connect.

stacksaga.instance.zone

-

String

The zone this instance belongs to. It has no functional impact here, but should be set as per the StackSaga core specification.