vogievetsky commented on a change in pull request #8510: Move router/indexer 
config/API docs to main pages
URL: https://github.com/apache/incubator-druid/pull/8510#discussion_r323497214
 
 

 ##########
 File path: docs/design/router.md
 ##########
 @@ -178,67 +157,50 @@ druid.router.avatica.balancer.type=consistentHash
 
 This is a non-default implementation that is provided for experimentation 
purposes. The consistent hasher has longer setup times on initialization and 
when the set of Brokers changes, but has a faster Broker assignment time than 
the rendezous hasher when tested with 5 Brokers. Benchmarks for both 
implementations have been provided in `ConsistentHasherBenchmark` and 
`RendezvousHasherBenchmark`. The consistent hasher also requires locking, while 
the rendezvous hasher does not.
 
-HTTP endpoints
---------------
-
-The Router process exposes several HTTP endpoints for interactions.
-
-### GET
-
-* `/status`
-
-Returns the Druid version, loaded extensions, memory used, total memory and 
other useful information about the process.
 
-* `/druid/v2/datasources`
+### Example Production Configuration
 
 Review comment:
   could you please go for sentence casing for the headings so "Example 
production configuration"

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to