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


##########
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:
   Unfortunately, there is a cyclic dependency: `Loza` needs the interceptor, 
which needs `CatalogManager`, which needs `MetaStorageManager`, which needs 
`Loca`.



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