taklwu commented on code in PR #1341:
URL: https://github.com/apache/ratis/pull/1341#discussion_r2783848201
##########
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:
ack , originally I thought the number was skip from 5 to 12 for some reason,
then I was wondered we should save the gap between 5 and 12 for other important
fields (or for backward compatibility)
and let me add more lines into this commit today
--
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]