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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org