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


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/DefaultJRaftServiceFactory.java:
##########
@@ -53,4 +49,12 @@ public DefaultJRaftServiceFactory(LogStorageFactory factory) 
{
         Requires.requireTrue(!StringUtils.isBlank(uri), "Blank raft meta 
storage uri.");
         return new LocalRaftMetaStorage(uri, raftOptions);
     }
+
+    @Override public LogEntryCodecFactory createLogEntryCodecFactory() {

Review Comment:
   Not this time, I'm not gonna touch JRaft code.



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