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 2019/07/06 19:13:41 UTC

[GitHub] [incubator-druid] sashidhar commented on issue #7390: RPC building block: future hook for repetitive queries

sashidhar commented on issue #7390: RPC building block: future hook for repetitive queries
URL: https://github.com/apache/incubator-druid/issues/7390#issuecomment-508947803
 
 
   @leventov , @gianm ,  I believe request caching https://github.com/Netflix/Hystrix/wiki/How-it-Works#RequestCaching can be helpful in solving this. 
   
   On a different note, we should consider using Hystrix library which helps control interactions between distributed services by adding latency tolerance and fault tolerance logic  improving overall system resiliency.  https://github.com/Netflix/Hystrix/wiki
   
   Hystrix provides a number of patterns to improve system resiliency - Sync/Async executions, Command groups/thread pools, Request collapsing/caching etc etc.
   https://github.com/Netflix/Hystrix/wiki/How-To-Use
   https://github.com/Netflix/Hystrix/wiki/How-it-Works
   

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


With regards,
Apache Git Services

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