Configuration
Configuration properties
Deprecated settings for Axon Server connection
While these configuration options are still valid, please migrate to the new ones specified below. In future releases, these configuration options might no longer exists.
Comma-separated list of Axon Servers.
|
|||
|
|||
|
|||
Whether Axon Server connection is TLS encrypted
|
|||
|
|||
Path to the file with a certificate
|
|||
|
|||
Axon Server connection
Comma-separated list of known Axon Server instances. See "TLS for outgoing connections to AxonServer" below for TLS settings |
|
|
|
|
|
gRPC max inbound message size |
|
|
|
|
|
HTTP port of Axon Server. See "TLS for outgoing connections to AxonServer" below for TLS settings |
|
|
|
8024 |
|
Path in Axon Server used to retrieve information about other synapse instances |
|
|
|
|
|
Synapse instance identifier as seen by the Axon Server |
|
|
|
JVM process name |
|
Synapse component name as seen by the Axon Server |
|
|
|
|
|
Synapse client component name as seen by the Axon Server |
|
|
|
|
|
Duration of inactivity, after which Synapse closes the connection to the Axon Server |
|
|
|
|
|
The name of the default Axon Server context. It’s applied when the environment doesn’t provide context listing, for example, AS SE or AxonIQ Cloud. |
|
|
|
default |
Security
Comma-separated list of Axon Server’s REST endpoints for fallback (applies for AS before 2023.0.0) |
|
|
|
Authentication and authorization
Context this synapse instance connects to |
|
|
|
|
|
Client id used by this synapse instance. Important if using multiple synapse instances. |
|
|
|
|
|
Component name used when contacting Axon Server. Should be the same for all synapse instances. |
|
|
|
|
|
Whether Synapse configuration APIs expect clients to provide username/password combination or token |
|
|
|
|
|
Axon Server access control token. Used by synapse to connect to AxonServer |
|
|
|
Encryption key for securing sensitive data. It’s not possible to change the key once set without recreating authentication objects. |
|
|
|
TLS for outgoing connections to AxonServer
Whether to enable TLS for connections from synapse to Axon Server via gRPC |
|
|
|
|
|
File containing a trust manager for specifying trust for certificates presented by Axon Server via gRPC |
|
|
|
Whether to enable TLS for connections from synapse to Axon Server via http |
|
|
|
|
|
File containing a trust manager for specifying trust for certificates presented by Axon Server via http |
|
|
|
TLS for outgoing connections client applications
File containing a trust manager for specifying trust for certificates presented by client applications |
|
|
|
TLS for incoming connections
Whether to enable TLS for connections coming to synapse |
|
|
|
|
|
A file containing a key store. Synapse expects either |
|
|
|
The password for the selected key store |
|
|
|
The type of the selected key store. Synapse expects either |
|
|
|
Events
The number of events the Synapse is pre-fetching |
|
|
|
|
|
Interval at which Synapse tries to reconnect to Axon Server for subscribing to streams to receive updates for event handlers. |
|
|
|
|
Storage
Used storage backend. Valid values are |
|
|
|
|
|
Context to use when using |
|
|
|
|
|
Component-name to use when using |
|
|
|
|
|
Minimum amount of events an event-token (an event processor) needs to have progressed before it stores progress back to configuration. |
|
|
|
|
|
Authentication token used for the storage component to connect to Axon Server. This may be different from the system token used. |
|
|
|
Interval at which Synapse retries to contact Axon Server for the first time to retrieve storage-related information. |
|
|
|
|
|
Interval at which Synapse retries to contact Axon Server to retrieve storage-related information. |
|
|
|
|
High availability
Ensure these properties are the same on all Synapse instances except you have good reasons to do otherwise.
Whether or not to enable balancing of event handlers between synapse instances. Refer to High Availability. |
|
|
|
|
|
Timeout for contacting AS to discover synapse topology |
|
|
|
|
|
Interval for retrying to contact AS to discover synapse topology |
|
|
|
|
|
Interval for polling new synapse discovery from AS. If zero, Synapse relies on topology updates via WebSocket instead of polling |
|
|
|
|
|
Specifies the endpoint to use for the WS connection to detect topology updates |
|
|
|
|
|
Interval of attempting reconnects of the WS connection |
|
|
|
|
|
Inertia Synapse to changes in configuration. Synapse waits for at least the configured amount of time before applying a bunch of new changes. This allows Synapse to process multiple changes in one go |
|
|
|
|
|
Name of the hashing function to use to decide which Synapse instance takes which handler. Valid values are |
|
|
|
|