JAkutenshi commented on code in PR #7507:
URL: https://github.com/apache/ignite-3/pull/7507#discussion_r2872721506


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/client/PhysicalTopologyAwareRaftGroupService.java:
##########
@@ -76,21 +90,30 @@ public class PhysicalTopologyAwareRaftGroupService 
implements TimeAwareRaftGroup
     /** Cluster service. */
     private final ClusterService clusterService;
 
-    /** RPC RAFT client. */
-    private final RaftGroupService raftClient;
-
-    /** Executor to invoke RPC requests. */
-    private final ScheduledExecutorService executor;
-
-    /** RAFT configuration. */
-    private final RaftConfiguration raftConfiguration;
-
     /** Factory for creating stopping exceptions. */
     private final ExceptionFactory stoppingExceptionFactory;
 
     /** Command executor with retry semantics. */
     private final RaftCommandExecutor commandExecutor;
 
+    /** Sender for subscription messages with retry logic. */
+    private final SubscriptionMessageSender messageSender;

Review Comment:
   Accepted, 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]

Reply via email to