Configuration Reference
Version:1.2.3
Crac Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether CRaC (Coordinated Restore at Checkpoint) support for Redis, even if we’re on a supporting JDK, is enabled. Default value (true). |
|
boolean |
Whether to destroy RedisCache beans prior to taking a checkpoint. Default value (true). |
|
boolean |
Whether to destroy RedisClient beans prior to taking a checkpoint. Default value (true). |
|
boolean |
Whether to destroy StatefulRedisConnection beans prior to taking a checkpoint. Default value (true). |
Property | Type | Description |
---|---|---|
|
boolean |
Whether CRaC (Coordinated Restore at Checkpoint) support, even if we’re on a supporting JDK, is enabled. Default value (true). |
|
boolean |
Whether to trigger a refresh event to refresh all {@code Refreshable} beans prior to taking a checkpoint. Default value (true). |
|
java.time.Duration |
The timeout to wait for a datasource to pause before taking a checkpoint. Default value ("PT30S"). |