Description

Prototypical state for the portion of Eureka Discovery configuration related to a local cache of Eureka server information.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
compute-changesVALUEBooleantrueWhether the state of the cache should be computed from changes reported by Eureka, or replaced in full; true by default
defer-syncVALUEBooleanfalseWhether to defer immediate cache synchronization; false by default
enabledVALUEBooleantrueWhether a local cache of Eureka information is used or not; true by default
fetch-thread-nameVALUEStringEureka registry fetch threadThe name of the Thread used to retrieve service information from the Eureka server; "Eureka registry fetch thread" by default
sync-intervalVALUEDurationPT30SThe time between retrievals of service information from the Eureka server; 30 seconds by default

See the manifest for all available types.