In line with seamless deployment of api proxies (https://docs.apigee.com/api-platform/deploy/deploy-api-proxies-using-management-api#seamless), i’m wondering if we have any out of the box solution in apigee to update the env configs items like Target Server, KVM, etc. while the proxy is in use by the consumers.
To elaborate - Say proxy is using a TS configured to say H1. While the proxy is in use i want to update TS to H2 without any failures to the requests being processed by the proxy.
I can think of a custom solution to plan for updates for each one of them but was interested to know if there is any generic way / OOTB way of updating config prams.