mjsax commented on code in PR #21737:
URL: https://github.com/apache/kafka/pull/21737#discussion_r2944884784


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorConfig.java:
##########
@@ -608,6 +622,7 @@ public GroupCoordinatorConfig(AbstractConfig config) {
         require(consumerGroupAssignmentIntervalMs() <= 
consumerGroupMaxAssignmentIntervalMs,
                 String.format("%s must be less than or equal to %s", 
CONSUMER_GROUP_ASSIGNMENT_INTERVAL_MS_CONFIG, 
CONSUMER_GROUP_MAX_ASSIGNMENT_INTERVAL_MS_CONFIG));
 
+

Review Comment:
   We have consumer, share and streams group. Each is a "section" and we 
separate section by two blanks -- inside a section test are grouped and groups 
are separated by a single line.
   
   Want to make the difference of sections vs group visible.



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