gulinfu opened a new issue #9248: missing explanation for router configurations URL: https://github.com/apache/druid/issues/9248 missing router configurations from the router config example: ```druid.host=#{IP_ADDR}:8080 druid.plaintextPort=8080 druid.service=druid/router druid.router.defaultBrokerServiceName=druid:broker-cold druid.router.coordinatorServiceName=druid:coordinator druid.router.tierToBrokerMap={"hot":"druid:broker-hot","_default_tier":"druid:broker-cold"} druid.router.http.numConnections=50 druid.router.http.readTimeout=PT5M # Number of threads used by the Router proxy http client druid.router.http.numMaxThreads=100 druid.server.http.numThreads=100``` in https://druid.apache.org/docs/latest/design/router.html, I can't find anything about `druid.router.http.numConnections`, `druid.router.http.numMaxThreads` in the configuration section:https://druid.apache.org/docs/latest/configuration/index.html#router Are these parameters working? How do they work to tune the concurrency performance? Need more info in the configuration section.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
