io.helidon.discovery.providers.eureka.CacheConfig
Description
Prototypical state for the portion of Eureka Discovery configuration related to a local cache of Eureka server information
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
sync-interval | Duration | PT30S | The time between retrievals of service information from the Eureka server; 30 seconds by default |
defer-sync | Boolean | false | Whether to defer immediate cache synchronization; false by default |
fetch-thread-name | String | Eureka registry fetch thread | The name of the Thread used to retrieve service information from the Eureka server; "Eureka registry fetch thread" by default |
compute-changes | Boolean | true | Whether the state of the cache should be computed from changes reported by Eureka, or replaced in full; true by default |
enabled | Boolean | true | Whether a local cache of Eureka information is used or not; true by default |
See the manifest for all available types.