runzhiwang commented on a change in pull request #233:
URL: https://github.com/apache/incubator-ratis/pull/233#discussion_r512597272



##########
File path: 
ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerProxy.java
##########
@@ -178,6 +182,12 @@ String toString(RaftGroupId groupId, 
CompletableFuture<RaftServerImpl> f) {
     this.factory = ServerFactory.cast(rpcType.newFactory(parameters));
 
     this.serverRpc = factory.newRaftServerRpc(this);
+
+    // TODO: Support multi-raft and should pass StateMachineRegistry to 
DataStreamServerImpl instead of StateMachine

Review comment:
       @szetszwo Got it, Thanks for explanation.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to