vogievetsky opened a new issue #8686: Router management Proxy routing should 
have a way to route to any node in the cluster
URL: https://github.com/apache/incubator-druid/issues/8686
 
 
   ### Description
   
   It would be amazing if the router's management proxy could proxy to any node 
in the cluster
   
   Right now the router can proxy to the overlord and coordinator leaders (see 
https://druid.apache.org/docs/latest/design/router.html#management-proxy-routing
 ) via:
   
   `/proxy/coordinator/*` and `/proxy/overlord/*` 
   
   I would like tp propose adding a route like:
   
   `/proxy/node/<node-host>/<node-port>/*` that would proxy `*` to the node at 
`<node-host>:<node-port>` where `<node-host>` and `<node-port>` would 
correspond to the host and port columns as reported by the `sys.servers` table.
   
   ### Motivation
   
   This would enable a host of cool status and diagnostic checks from the 
router web console. In particular it would turbo charge what can be done in the 
Druid Doctor ( https://github.com/apache/incubator-druid/pull/8672 ) allowing 
the creation of a check that would make sure all runtime props are set 
correctly and that all nodes are reachable.

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