- CacheConfig (discovery.providers.eureka) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
compute-changes | boolean | true | Whether the state of the cache should be computed from changes reported by Eureka, or replaced in full; |
defer-sync | boolean | false | Whether to defer immediate cache synchronization; |
enabled | boolean | true | Whether a local cache of Eureka information is used or not; |
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. See Thread.Builder.name(String) |
sync-interval | Duration | PT30S | The time between retrievals of service information from the Eureka server; 30 seconds by default. See Duration.parse(CharSequence) |