franz1981 commented on a change in pull request #2666: ARTEMIS-2336 Use zero 
copy to replicate journal/page/large message file
URL: https://github.com/apache/activemq-artemis/pull/2666#discussion_r284581196
 
 

 ##########
 File path: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnection.java
 ##########
 @@ -385,6 +402,34 @@ public final void write(ActiveMQBuffer buffer,
       }
    }
 
+   @Override
+   public void write(ActiveMQBuffer buffer,
 
 Review comment:
   You don't need the buffer parameter here: we already have an API to write 
simple buffers: just create a specific API for the file case

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to