ektravel commented on code in PR #15486: URL: https://github.com/apache/druid/pull/15486#discussion_r1417690221
########## docs/design/broker.md: ########## @@ -25,18 +26,18 @@ title: "Broker" ### Configuration -For Apache Druid Broker Process Configuration, see [Broker Configuration](../configuration/index.md#broker). +For Apache Druid Broker service configuration, see [Broker Configuration](../configuration/index.md#broker). -For basic tuning guidance for the Broker process, see [Basic cluster tuning](../operations/basic-cluster-tuning.md#broker). +For basic tuning guidance for the Broker service, see [Basic cluster tuning](../operations/basic-cluster-tuning.md#broker). ### HTTP endpoints For a list of API endpoints supported by the Broker, see [Broker API](../api-reference/legacy-metadata-api.md#broker). ### Overview -The Broker is the process to route queries to if you want to run a distributed cluster. It understands the metadata published to ZooKeeper about what segments exist on what processes and routes queries such that they hit the right processes. This process also merges the result sets from all of the individual processes together. -On start up, Historical processes announce themselves and the segments they are serving in Zookeeper. +The Broker is the service to route queries to if you want to run a distributed cluster. It understands the metadata published to ZooKeeper about what segments exist on what services and routes queries such that they hit the right services. This service also merges the result sets from all of the individual services together. +On start up, Historical services announce themselves and the segments they are serving in ZooKeeper. Review Comment: Updated the text. -- 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]
