Cheatography
https://cheatography.com
Axon Server Configuration
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Axon Server Configuration List
A group of properties that allows for configuration of your Axon Server |
Parameter List (prefix = axoniq.axonserver)
Name |
Description |
server.port |
<<TBD>> |
event.storage |
<<TBD>> |
controldb-path |
<<TBD>> |
port |
<<TBD>> |
name |
<<TBD>> |
hostname |
<<TBD>> |
domain |
<<TBD>> |
connection-check-delay |
<<TBD>> |
connection-check-interval |
<<TBD>> |
rebalance-delay |
<<TBD>> |
rebalance-interval |
<<TBD>> |
ssl.enabled |
<<TBD>> |
ssl.cert-chain-file |
<<TBD>> |
ssl.internal-cert-chain-file |
<<TBD>> |
ssl.private-key-file |
<<TBD>> |
accesscontrol.enabled |
<<TBD>> |
accesscontrol.cache-ttl |
<<TBD>> |
accesscontrol.internal-token |
<<TBD>> |
accesscontrol.token |
<<TBD>> |
cluster.command-flow-control.new-permits |
<<TBD>> |
cluster.command-flow-control.threshold |
<<TBD>> |
cluster.query-flow-control.initial-permits |
<<TBD>> |
cluster.query-flow-control.new-permits |
<<TBD>> |
cluster.query-flow-control.threshold |
<<TBD>> |
replication.flow-buffer |
<<TBD>> |
replication.force-snapshot-on-join |
<<TBD>> |
replication.heartbeat-timeout |
<<TBD>> |
replication.log-storage-folder |
<<TBD>> |
replication.max-election-timeout |
<<TBD>> |
replication.min-election-timeout |
<<TBD>> |
replication.max-entries-per-batch |
<<TBD>> |
replication.max-snapshot-chunks-per-batch |
<<TBD>> |
replication.snapshot-flow-buffer |
<<TBD>> |
replication.wait-for-leader-timeout |
<<TBD>> |
Parameter Recommendations
Name |
Default Value |
Recommendation |
server.port |
event.storage |
controldb-path |
port |
name |
hostname |
domain |
connection-check-delay |
connection-check-interval |
rebalance-delay |
rebalance-interval |
ssl.enabled |
ssl.cert-chain-file |
ssl.internal-cert-chain-file |
ssl.private-key-file |
accesscontrol.enabled |
accesscontrol.cache-ttl |
accesscontrol.internal-token |
accesscontrol.token |
cluster.command-flow-control.new-permits |
cluster.command-flow-control.threshold |
cluster.query-flow-control.initial-permits |
cluster.query-flow-control.new-permits |
cluster.query-flow-control.threshold |
replication.flow-buffer |
replication.force-snapshot-on-join |
replication.heartbeat-timeout |
replication.log-storage-folder |
replication.max-election-timeout |
replication.min-election-timeout |
replication.max-entries-per-batch |
replication.max-snapshot-chunks-per-batch |
replication.snapshot-flow-buffer |
replication.wait-for-leader-timeout |
|