Name |
Description |
enabled |
Determines automatic configuration of the Axon Server connector |
servers |
Comma Separated list of Axon Server instances in format {{hostname}} or {{hostname}}:{{grpc_port}}. |
clientId |
Unique identifier for the Axon Application as it registers with an Axon Server |
componentName |
Name for the Axon Application |
token |
Token for access control to the Axon Server |
context |
Operational Bounded Context for the Axon Application |
sslEnabled |
Flag to enable SSL connectivity to the Axon Server |
certFile |
Certificate file for SSL |
initialNrOfPermits |
Initial number of permits that an Axon Application can accept for message streams (events, commands, queries) |
nrOfNewPermits |
Additional number of permits that an Axon Application can accept for message streams (events, commands, queries) |
newPermitsThreshold |
Threshold at which application sends new permits to server |
commandThreads |
Number of threads executing commands |
queryThreads |
Number of threads executing queries |
processorsNotificationRate |
Interval (in ms.) application sends status updates on event processors to AxonServer |
processorsNotificationInitialDelay |
Initial delay (in ms.) before application sends first status update on event processors to AxonServer |
eventCipher |
Used to encrypt and decrypt events and snapshots |
keepAliveTimeout |
Timeout (in ms) for keep alive requests |
keepAliveTime |
Interval (in ms) for keep alive requests, 0 is keep-alive disabled. Defaults to {@code 1000}. |
snapshotPrefetch |
Value indicating the maximum number of Aggregate snapshots which will be retrieved. |
maxMessageSize |
Grpc max inbound message size |
commitTimeout |
Timeout (in milliseconds) to wait for response on commit |
disableEventBlacklisting |
Flag that allows blacklisting of Event types to be disabled |
maxGrpcBufferedMessages |
The number of messages that may be in-transit on the network/grpc level when streaming data from the server |
commandLoadFactor |
It represents the fixed value of load factor sent to Axon Server for any command's subscription if no specific implementation of CommandLoadFactorProvider is configured |
connectTimeout |
Represents the maximum time in milliseconds a request for the initial Axon Server connection may last |