smjn commented on code in PR #16883:
URL: https://github.com/apache/kafka/pull/16883#discussion_r1719738265


##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java:
##########
@@ -1775,7 +1775,7 @@ public void onHighWatermarkUpdated(
     /**
      * 16KB. Used for initial buffer size for write operations.
      */
-    static final int MIN_BUFFER_SIZE = 16384;
+    public static final int MIN_BUFFER_SIZE = 16384;

Review Comment:
   No, it is only required within coordinator-common as of now



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