rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

Circuit Breaker support #322

Open StrongMonkey opened 5 years ago

StrongMonkey commented 5 years ago

We need to enable circuit breaker and rate limiting in Rio. Need to think about how to integrate api into Rio.

Issue for Rate Limiting: https://github.com/rancher/rio/issues/862

cjellick commented 5 years ago

are these inherently tied together or can this be broken out into two separate issues and efforts?

StrongMonkey commented 5 years ago

It can be broken out. Circuit breaker could be added easily but rate limiting needs more efforts. These two are also associated with building api and integration around istio so I would like to these tow together.

davidnuzik commented 4 years ago

Broke out into two issues. This issue now tracks circuit breaker support. And https://github.com/rancher/rio/issues/862 tracks rate limiting support.