eureka icon indicating copy to clipboard operation
eureka copied to clipboard

AWS Service registry for resilient mid-tier load balancing and failover.

Results 124 eureka issues
Sort by recently updated
recently updated
newest added

When using http basic auth in the defaultZone, I'm seeing a INFO log statement that exposes the username and password. I've added a function to replace the password in the...

When we got a 404, the payload does not contains a json that can be map into an InstanceInfo more detail with reprductibe example at: https://github.com/spring-cloud/spring-cloud-netflix/issues/4220#issuecomment-1900788126 It's fixing issue: *...

This change defensively switches the order of literals in comparison expressions to ensure that no null pointer exceptions are unexpectedly thrown. Runtime exceptions especially can cause exceptional and unexpected code...

I'm a developer on the [Steeltoe](https://github.com/SteeltoeOSS/Steeltoe) team, which provides a [.NET](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet) port of Spring Cloud Eureka (client only). The port was done many years ago before I joined the team,...

Spring Boot 3.x includes a payload to error responses, by default. exmple: ```json { "timestamp":"", "status": 404, "error": "Not Found", "path": "/eureka/apps//" } ``` On the other hand `JerseyEurekaHttpClient::sendHeartBeat` method...

Hi, My dependency checker have found CVE-2023-2976 vulnerability to eureka-client. It is because of the following dependencies: eureka-client 2.0.2 -> archaius-core-0.7.6 -> guava-16.0 (https://mvnrepository.com/artifact/com.netflix.eureka/eureka-client/2.0.2) Are you going to update or...

We have an issue with one of the pods in cluster became unreachable due to the fact that Eureka client did not update the service registry cache. Initially this pod...

Httpclient team moved towards httpclient5. Is there any possibility for eureka-client to uplift it to latest 5.x or atleast latest 4.5.x version?

### CurrentBehavior 1.In the Eureka Server cluster, the list of service instances on certain nodes is inconsistent with other nodes. 2.Due to synchronization issues, the client may not be able...