chenboat commented on code in PR #10001:
URL: https://github.com/apache/pinot/pull/10001#discussion_r1052764512


##########
pinot-core/src/main/java/org/apache/pinot/core/util/ListenerConfigUtil.java:
##########
@@ -60,6 +61,7 @@
 public final class ListenerConfigUtil {
   private static final String DEFAULT_HOST = "0.0.0.0";
   private static final String DOT_ACCESS_PROTOCOLS = ".access.protocols";
+  private static final String DOT_ACCESS_THREAD_POOL = ".thread.pool";

Review Comment:
   Can you add in the PR summary section on what new config key(s) user should 
use to config the thread pool size?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to