szetszwo commented on a change in pull request #375:
URL: https://github.com/apache/incubator-ratis/pull/375#discussion_r548769849
##########
File path: ratis-proto/src/main/proto/Raft.proto
##########
@@ -110,6 +110,7 @@ message RaftRpcRequestProto {
bytes replyId = 2;
RaftGroupIdProto raftGroupId = 3;
uint64 callId = 4;
+ RoutingTableProto routingTable = 5;
Review comment:
Let's change the field number to 14 (next to slidingWindowEntry) since
it is a non-core field.
----------------------------------------------------------------
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]