cmccabe commented on code in PR #14369:
URL: https://github.com/apache/kafka/pull/14369#discussion_r1391763417
##########
clients/src/main/java/org/apache/kafka/common/requests/AssignReplicasToDirsRequest.java:
##########
@@ -27,6 +27,8 @@
public class AssignReplicasToDirsRequest extends AbstractRequest {
+ public static final int MAX_ASSIGNMENTS_PER_REQUEST = 2250;
Review Comment:
Can you add JavaDoc about this? Including the part where we want to keep it
under 64kb.
--
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]