Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: guoqh/eureka

Tags

v1.9.25

Toggle v1.9.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unbreak EurekaClientConfig interface compat (Netflix#1317)

EurekaClientConfig is treated as stable backward-compat API as of couple of years ago, update it to preserve backward-compat. This un-does breaking contract change introduced by 6438fba.

v1.9.24

Toggle v1.9.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update jackson-databind to 2.9.10.4 (Netflix#1311)

v1.9.23

Toggle v1.9.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Netflix#1307 from yobennett/feature/add-should-enf…

…orce-fetch-registry-at-init

Add shouldEnforceFetchRegistryAtInit config

v1.9.22

Toggle v1.9.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove sudo configuration (Netflix#1295)

v1.9.21

Toggle v1.9.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check for existence of ConfigurationManager (Netflix#1288)

This is useful if a project has excluded Archaius 1 such as spring-cloud-netflix. This is a simple workaround.

v1.9.20

Toggle v1.9.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade Jackson to 2.9.10 (Netflix#1284)

v1.9.19

Toggle v1.9.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add stats for DiscoveryClient (Netflix#1282)

Introduce a nested class for `DiscoveryClient` to make it easier for
users to read helpful attributes that can assist in log analysis and
debugging. Most of these attributes are captured by existing metrics:

- `initTimestampMs`: timestamp when the client was initialized
- `localRegistrySize`: number of instances for all applications
- `lastSuccessfulRegistryFetchTimestampMs`: timestamp for last successful fetch
- `lastSuccessfulHeartbeatTimestampMs`: timestamp for last successful heartbeat

Add a new attribute called `initLocalRegistrySize`, which is the
number of instances for all applications read when the client was
initialized. Include a helper method that uses this attribute so
that users can determine whether the client's initial fetch of registry
information succeeded or failed. Note that other accessors are suffixed
with `Ms` (for milliseconds) to denote the time unit.

Additionally, update the existing `registrySize` with the value from
`initLocalRegistrySize` during initialization instead of waiting until
the first local registry refresh.

Co-authored-by: John Bennett <[email protected]>

v1.9.18

Toggle v1.9.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow to use the public IPv4 address as the primary if enabled (Netfl…

…ix#1275)

v1.9.17

Toggle v1.9.17's commit message
Decrement expectedNumberOfClientsSendingRenews for expired leases (Ne…

…tflix#1271)

Move the logic that decrements the expected number of clients into
cancelInternal - this should ensure that we're calling it both for
explicit cancels as well as well as when the instance lease expires.

Fixes Netflix#1266.

v1.9.16

Toggle v1.9.16's commit message
Disable jersey2 json auto discovery (Netflix#1262)