slfan1989 commented on code in PR #1345:
URL: https://github.com/apache/ratis/pull/1345#discussion_r2790434089
##########
ratis-grpc/src/main/java/org/apache/ratis/grpc/client/GrpcClientProtocolClient.java:
##########
@@ -236,6 +237,10 @@ public RaftPeer getTarget() {
return target;
}
+ private RaftClientRequestProto toRaftClientRequestProto(RaftClientRequest
request) throws IOException {
+ return ClientProtoUtils.toRaftClientRequestProto(request);
+ }
Review Comment:
Thanks for your suggestions—I’ve updated and improved the code.
--
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]