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.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard