pub const DEFAULT_BACKOFF_CONFIG: BackoffConfig;
Expand description
The default backoff config for kafka client.
If the operation fails, the client will retry 3 times. The backoff time is 100ms, 300ms, 900ms.
pub const DEFAULT_BACKOFF_CONFIG: BackoffConfig;
The default backoff config for kafka client.
If the operation fails, the client will retry 3 times. The backoff time is 100ms, 300ms, 900ms.