OptionalappendPolicy for retrying append operations.
OptionalmaxTotal number of attempts, including the initial try. Must be >= 1. A value of 1 means no retries.
OptionalrequestMaximum time in milliseconds to wait for an append ack before considering the attempt timed out and applying retry logic.
Used by retrying append sessions. When unset, defaults to 5000ms.
OptionalretryBase delay in milliseconds between retry attempts. Fixed delay per attempt with jitter applied.
Retry configuration for handling transient failures.