public interface EurekaTransportConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getApplicationsResolverDataStalenessThresholdSeconds() |
int |
getAsyncExecutorThreadPoolSize() |
int |
getAsyncResolverRefreshIntervalMs() |
int |
getAsyncResolverWarmUpTimeoutMs() |
int |
getBootstrapResolverRefreshIntervalSeconds()
Indicates how often(in seconds) to poll for changes to the bootstrap eureka server urls
|
java.lang.String |
getReadClusterVip()
The remote vipAddress of the eureka cluster (either the primaries or a readonly replica) to fetch registry
data from.
|
double |
getRetryableClientQuarantineRefreshPercentage() |
int |
getSessionedClientReconnectIntervalSeconds() |
boolean |
useBootstrapResolverForQuery()
By default, the transport uses the same (bootstrap) resolver for queries.
|
int getSessionedClientReconnectIntervalSeconds()
double getRetryableClientQuarantineRefreshPercentage()
int getBootstrapResolverRefreshIntervalSeconds()
int getApplicationsResolverDataStalenessThresholdSeconds()
int getAsyncResolverRefreshIntervalMs()
int getAsyncResolverWarmUpTimeoutMs()
int getAsyncExecutorThreadPoolSize()
java.lang.String getReadClusterVip()
boolean useBootstrapResolverForQuery()
getReadClusterVip(). This indirect resolver may or may not return the same
targets as the bootstrap servers depending on how servers are setup.