ptupitsyn commented on code in PR #761:
URL: https://github.com/apache/ignite-3/pull/761#discussion_r842711925


##########
modules/client/src/main/java/org/apache/ignite/internal/client/IgniteClientConfigurationImpl.java:
##########
@@ -50,36 +48,39 @@
     /** Heartbeat interval. */
     private final long heartbeatInterval;
 
+    /** Retry policy. */
+    private final RetryPolicy retryPolicy;

Review Comment:
   Agree, done.
   * `RetryReadPolicy` is now default in .NET and Java clients.
   * `RetryLimit` defaults to `16` to we don't retry infinitely.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to