...
fej.replication.leader.sync
Default (initial) replication mode (synchronous or asynchronous)
Default: falsefej.replication.leader.async.timeout
Default (initial) timeout for synchronous replication in milliseconds. Process could be blocked for this timeout till receive acknowledgment from another side.
Default: 0 milliseconds (async mode)fej.replication.leader.receive.buffer.size
The size of the leader incoming ring buffer must be power of 2.+ Default: 512 bytesfej.replication.leader.receive.wait.strategy
The wait strategy to use for the leader incoming ring buffer (see Disruptor WaitStrategy).
Default: com.lmax.disruptor.BlockingWaitStrategyfej.replication.leader.send.buffer.size
The size of the leader outgoing ring buffer, must be power of 2.
Default: 2048 bytesfej.replication.leader.send.wait.strategy
The wait strategy to use for the leader outgoing ring buffer (see Disruptor WaitStrategy).
Default: com.lmax.disruptor.BlockingWaitStrategyfej.replication.backup.receive.buffer.size
The size of the backup incoming ring buffer, must be power of 2.
Default: 1024 bytesfej.replication.backup.receive.wait.strategy
The wait strategy to use for the backup incoming ring buffer (see Disruptor WaitStrategy).
Default: com.lmax.disruptor.BlockingWaitStrategyfej.replication.backup.send.buffer.size
The size of the backup outgoing ring buffer, must be power of 2.
Default: 512fej.replication.backup.send.wait.strategy
The wait strategy to use for the backup outgoing ring buffer (see Disruptor WaitStrategy).
Default: com.lmax.disruptor.BlockingWaitStrategyfej.replication.aeron.mediadriver.embedded
Use embedded aeron media driver (see Aeron Embedded Media Driver).
Default: truefej.replication.aeron.idle.strategy
Provides an IdleStrategy for the thread responsible for communicating with the Aeron Media Driver (see Aeron Idle Strategies).
Default: uk.co.real_logic.agrona.concurrent.BackoffIdleStrategy
...