dajac commented on code in PR #21555:
URL: https://github.com/apache/kafka/pull/21555#discussion_r2842690894


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorConfig.java:
##########
@@ -83,6 +83,10 @@ public class GroupCoordinatorConfig {
     public static final String GROUP_COORDINATOR_NUM_THREADS_DOC = "The number 
of threads used by the group coordinator.";
     public static final int GROUP_COORDINATOR_NUM_THREADS_DEFAULT = 4;
 
+    public static final String GROUP_COORDINATOR_NUM_EXECUTOR_THREADS_CONFIG = 
"group.coordinator.executor.threads";
+    public static final String GROUP_COORDINATOR_NUM_EXECUTOR_THREADS_DOC = 
"The number of executor threads used by the group coordinator.";

Review Comment:
   Should we explain what they are used for? We may also want to extend the doc 
of the runtime threads.



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