mumrah commented on code in PR #15622:
URL: https://github.com/apache/kafka/pull/15622#discussion_r1883121379
##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -175,16 +175,21 @@
*/
public final class QuorumController implements Controller {
/**
- * The maximum records that the controller will write in a single batch.
+ * The default maximum records that the controller will write in a single
batch.
*/
- private static final int MAX_RECORDS_PER_BATCH = 10000;
+ private static final int DEFAULT_MAX_RECORDS_PER_BATCH = 10000;
Review Comment:
I'm not sure I understand your comment. Are you just agreeing with the
change to `DEFAULT_` or something else?
--
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]