[Feature] Istio v1 Mixer quota management service integration #1234
Labels
area/cloud-native
Issues or PRs related to cloud native architecture
area/cluster-flow
Issues or PRs related to cluster flow control
kind/feature
Category issues or prs related to feature request.
Issue Description
Type: feature request
Describe what feature you want
Istio’s Mixer component is responsible for policy controls and telemetry collection. Currently Istio performs rate-limiting for services in the Mixer. Istio provides mechanisms to add customized adapters to the Mixer, so that Istio could leverage external components to do policy controls. There're several kinds of adapters in Istio, and the quota management adapter is designed for flow control. The related template:
adapter.Handler
andquota.Handler
Istio supports Mixer Out Of Process Adapter, which uses gRPC server as the adapter implementation. For qouta management:
We may leverage the quota management gRPC service to do flow control and adaptive traffic shaping for the Istio service mesh with Sentinel. Discussions are welcomed!
The text was updated successfully, but these errors were encountered: