RetryConfig
class RetryConfig
Retry policy for transient ScyllaDB failures.
On a WriteTimeoutException, ReadTimeoutException, or NoNodeAvailableException, Kandra retries with linear backoff up to maxAttempts times before throwing io.kandra.core.exception.KandraQueryException.
Add retryable exceptions via retryOn — only exception types in this set trigger retry.