v.24.8Improvement

Automatically Retry Keeper Requests on Timeout or Connection Loss in KeeperMap

Automatically retry Keeper requests in KeeperMap if they happen because of timeout or connection loss. #67448 (Antonio Andelic).
Automatically retry Keeper requests in KeeperMap when they fail due to timeout or connection loss.

Why it matters

This feature enhances the reliability of interactions with KeeperMap by automatically retrying requests that fail from transient network issues such as timeouts or connection losses. It reduces manual error handling and improves stability for applications depending on Keeper services.

How to use it

The retry mechanism is applied automatically for Keeper requests in KeeperMap. No additional configuration or user intervention is required to enable this feature.