io.helidon.discovery.providers.eureka.EurekaDiscovery
Description
Prototypical state for EurekaDiscovery instances
Configuration options
| Key | Type | Description |
|---|---|---|
cache | CacheConfig | The CacheConfig to use controlling how a local cache of Eureka server information is used |
client | Http1Client | The Http1Client to use to communicate with the Eureka server |
prefer-ip-address | Boolean | Whether the host component of any java.net.URI URI should be set to the IP address stored by Eureka, or the hostname; false by default |
See the manifest for all available types.