szetszwo commented on code in PR #9919:
URL: https://github.com/apache/ozone/pull/9919#discussion_r2935657905
##########
hadoop-hdds/interface-server/src/main/proto/SCMRatisProtocol.proto:
##########
@@ -44,6 +44,7 @@ message Method {
message MethodArgument {
optional string type = 1;
optional bytes value = 2;
+ optional string genericType = 3;
Review Comment:
@Russole , since the existing code can serialize/deserialize, the protos
should have enough information, i.e. we probably don't need to add new fields
to the protos. Let me see about how to do it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]