wang-jiahua commented on code in PR #10526:
URL: https://github.com/apache/rocketmq/pull/10526#discussion_r3429490131


##########
store/src/main/java/org/apache/rocketmq/store/logfile/MappedFile.java:
##########
@@ -119,6 +119,8 @@ public interface MappedFile {
      */
     boolean appendMessageUsingFileChannel(byte[] data);
 
+    boolean appendMessageUsingFileChannel(java.nio.ByteBuffer data);

Review Comment:
   Will add Javadoc and use simple type name instead of fully-qualified. Will 
fix in next push.



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