JAkutenshi commented on code in PR #7507:
URL: https://github.com/apache/ignite-3/pull/7507#discussion_r2872741884
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/client/RaftCommandExecutor.java:
##########
@@ -825,6 +985,11 @@ private interface RetryExecutionStrategy {
* as unavailable.
*/
boolean trackNoLeaderSeparately();
+
+ /**
+ * Returns the target peer strategy used for this request.
+ */
+ TargetPeerStrategy targetStrategy();
Review Comment:
Resolved.
--
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]