amaliujia commented on code in PR #1488:
URL: https://github.com/apache/ratis/pull/1488#discussion_r3471779132


##########
ratis-examples/src/main/java/org/apache/ratis/examples/filestore/FileStoreCommon.java:
##########
@@ -47,6 +51,15 @@ static ByteString toByteString(Path p) {
     return ProtoUtils.toByteString(p.toString());
   }
 
+  static ByteBuffer getReplyBuffer(DataStreamReply reply) {

Review Comment:
   @peterxcli I found it is quite a lot changes for this API change. So I put 
it into a different PR: https://github.com/apache/ratis/pull/1492



-- 
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]

Reply via email to