Configuring "connect.timeout.millis" in Apigee: KVM or Alternatives?

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:

<HTTPTargetConnection>
<LoadBalancer>
<Server name="name"/>
</LoadBalancer>
<Properties>
<Property name="connect.timeout.millis">15000</Property>
</Properties>
<Path>/backend/context/path</Path>
</HTTPTargetConnection>

I'm interested in making the "connect.timeout.millis" value configurable so that I can easily adjust the timeout duration as needed.

  1. 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?

  2. Are there any other best practices or alternative approaches for achieving this goal if KVM is not the ideal solution?

0 REPLIES 0