chaokunyang commented on code in PR #1533:
URL: https://github.com/apache/incubator-fury/pull/1533#discussion_r1568428333


##########
java/fury-core/src/main/java/org/apache/fury/Fury.java:
##########
@@ -117,6 +116,7 @@ public final class Fury implements BaseFury {
   private Iterator<MemoryBuffer> outOfBandBuffers;
   private boolean peerOutOfBandEnabled;
   private int depth;
+  private final MemoryBufferManager bufferManager;

Review Comment:
   The buffer logic is pretty simple, I don't think it deserves a separate 
abstraction.  The abstraction is not always a good thing.



-- 
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: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to