Apigee Edge supports a zero downtime deployment, wherein a new revision of the API is deployed to an environment without impacting any applications. The problem with this approach is, once the new revision is in production, every application uses it. If something goes wrong (in API proxy or in my backend) all the applications are impacted. So I was wondering if I can implement a blue-green deployment by allowing a smaller % of production apps use the new revision? And then slowly increase this % ... Any thoughts?