szetszwo commented on code in PR #1341:
URL: https://github.com/apache/ratis/pull/1341#discussion_r2783947853
##########
ratis-proto/src/main/proto/Raft.proto:
##########
@@ -121,6 +121,7 @@ message RaftRpcRequestProto {
uint64 timeoutMs = 13;
RoutingTableProto routingTable = 14;
SlidingWindowEntry slidingWindowEntry = 15;
+ SpanContextProto spanContext = 16;
Review Comment:
Sorry for the confusion. We use the lower numbers for the core fields (such
as the fields required by Raft). The higher numbers are for miscellaneous
things.
--
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]