3scale / 3scale-istio-adapter

Red Hat 3scale Istio Mixer Adapter - Add 3scale's API Management to the Service Mesh
Apache License 2.0
32 stars 19 forks source link

Support graceful shutdown in the backend cache when adapter is stopped #153

Closed philipgough closed 4 years ago

philipgough commented 4 years ago

Currently, in the backend cache, we do not handle flushing the cache when we receive a shutdown signal in the adapter.

We should drain the cache and report to 3scale when we receive a shutdown signal so we don't lose metrics in the backend.

philipgough commented 4 years ago

Fixed in #158