ibessonov commented on code in PR #2450:
URL: https://github.com/apache/ignite-3/pull/2450#discussion_r1302605781


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/Loza.java:
##########
@@ -146,6 +147,16 @@ public Loza(
         );
     }
 
+    /**
+     * Sets {@link AppendEntriesRequestInterceptor} to use.
+     *
+     * @param appendEntriesRequestInterceptor Interceptor to use.
+     */
+    public void 
appendEntriesRequestInterceptor(AppendEntriesRequestInterceptor 
appendEntriesRequestInterceptor) {

Review Comment:
   Ok, sounds like a bad design, but we won't be fixing it right here



-- 
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