I’m working on configuring an Apigee API proxy, and I have a specific requirement regarding the “connect.timeout.millis” value within the target endpoint. Currently, it’s set to a hardcoded value as follows:
15000 /backend/context/pathI’m interested in making the “connect.timeout.millis” value configurable so that I can easily adjust the timeout duration as needed.
-
Is it possible to achieve this configuration using KVM, and if so, what are the steps and policies to implement within Apigee to accomplish this configurability?
-
Are there any other best practices or alternative approaches for achieving this goal if KVM is not the ideal solution?