Configuration Reference

Version:2.3.0

Micronaut Crac Config Properties

🔗
Table 1. Configuration Properties for CracConfigurationProperties
Property Type Description

crac.enabled

boolean

crac.refresh-beans

boolean

crac.datasource-pause-timeout

java.time.Duration

The timeout to wait for a datasource to pause before taking a checkpoint. Default value ("PT30S").

🔗
Table 2. Configuration Properties for CracRedisConfigurationProperties
Property Type Description

crac.redis.enabled

boolean

crac.redis.cache-enabled

boolean

Whether to destroy RedisCache beans prior to taking a checkpoint. Default value (true).

crac.redis.client-enabled

boolean

Whether to destroy RedisClient beans prior to taking a checkpoint. Default value (true).

crac.redis.connection-enabled

boolean

Whether to destroy StatefulRedisConnection beans prior to taking a checkpoint. Default value (true).