ibessonov commented on code in PR #3065:
URL: https://github.com/apache/ignite-3/pull/3065#discussion_r1458567684
##########
modules/network/src/main/java/org/apache/ignite/internal/network/direct/DirectMessageWriter.java:
##########
@@ -39,6 +40,9 @@
* Message writer implementation.
*/
public class DirectMessageWriter implements MessageWriter {
+ /** Empty array-based byte buffer. Not read-only. */
+ public static final ByteBuffer EMPTY_BUFFER =
ByteBuffer.wrap(ArrayUtils.BYTE_EMPTY_ARRAY);
Review Comment:
Sure
--
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]