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).
Why it matters
This feature enhances the reliability of interactions withKeeperMap 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 inKeeperMap. No additional configuration or user intervention is required to enable this feature.