DNS caching behaviour

What is the default behaviour of DNS address caching of Apigee (public edge cloud)?

The requirement is that, we expect some endpoints that it references, such as the oauth server, to change their IPs and we wanted to make sure the Apigee does not indefinitely cache old addresses indefinitely.

See java setting: networkaddress.cache.ttl

0 2 845
2 REPLIES 2

The message processors do NOT cache DNS entries indefinitely. The TTL (Time To Live) value is 60 seconds. Earlier it used to be 300 seconds but is now changed to 60 seconds to pick up the changes early enough.

This is for the Edge Cloud environment.

Please look at this post as well - https://community.apigee.com/questions/33878/dns-caching-timeout-apigee.html

annaku_rad
Participant II

Hi, I have the same question but for using the JavaScript Policy (in Apigee X). I'd like to know if there is DNS address caching for the endpoint the JS is invoking, and how I can configure it. Thanks