You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/07/28 21:24:31 UTC

[GitHub] [druid] didip opened a new issue #11512: Non leaders of Coordinator and Overlord should proxy HTTP requests to the leader.

didip opened a new issue #11512:
URL: https://github.com/apache/druid/issues/11512


   ### Description
   
   Non leaders of Coordinator and Overlord should proxy all HTTP requests to the leader and proxy back the HTTP response instead of performing redirections.
   
   ### Motivation
   
   If this feature exists, end users can put a regular load balancer such as Nginx on top of Coordinator and Overlord.


-- 
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-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [druid] FrankChen021 commented on issue #11512: Non leaders of Coordinator and Overlord should proxy HTTP requests to the leader.

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on issue #11512:
URL: https://github.com/apache/druid/issues/11512#issuecomment-898187322


   Druid's router routes requests to leader coordinator and overlord, but this requires router deployed. Since router is optional, such proxy from non-leader nodes to leader nodes makes sense.


-- 
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-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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