You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the DNS Caching in the JVM is controlled by either the JVM default (currently -1, FOREVER) or a user configuration. BOSH now exposes a DNS to the container that takes care of ttl caching for all requests, close to the application itself, so in systems where this DNS is available, the buildpack should disable the JVM's built in cache (0). To detect if this DNS is in place, the buildpack should determine if the current DNS for the container is at a link-local address.
The text was updated successfully, but these errors were encountered:
Currently, the DNS Caching in the JVM is controlled by either the JVM default (currently -1, FOREVER) or a user configuration. BOSH now exposes a DNS to the container that takes care of
ttl
caching for all requests, close to the application itself, so in systems where this DNS is available, the buildpack should disable the JVM's built in cache (0
). To detect if this DNS is in place, the buildpack should determine if the current DNS for the container is at a link-local address.The text was updated successfully, but these errors were encountered: