Questions tagged [netflix-eureka]

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

https://github.com/Netflix/eureka/

1623 questions
0
votes
1 answer

WebServerException : Unable to start embedded Tomcat | Spring Boot Eureka Server

While learning spring MVC building with spring, I tried making a Eureka client and server using a tutorial, its a simple tutorial with a client and server main classes with just annotations and adding application properties. But even after following…
STAIN
  • 25
  • 2
  • 6
0
votes
1 answer

What Eureka Client did before register server?

When I study the Hello world case of spring cloud Eureka service-registration-and-discovery, the client can register the server without define defaultZone in client configuration file. I guess client will search all the servers and ports it can…
ChandlerSong
  • 387
  • 1
  • 14
0
votes
2 answers

How can I listen in my client service to a newly registered service in the Eureka server?Listen to Eureka Server events

I have a service 'A' which is being registered with the Eureka server, and I would like the Eureka server to notify that service every time a new service is registered within Eureka. Is there any way of doing it?
0
votes
1 answer

SpringBoot: Eureka server is not discovering OAuth2 secure microservice

I have a Eureka server with config # Eureka configuration eureka.instance.hostname: localhost eureka.client.registerWithEureka: false eureka.client.fetchRegistry: false eureka.client.serviceUrl.defaultZone:…
0
votes
0 answers

Spring Boot Cloud Eureka on Weblogic 12.2.1.3.0

Iv'e been struggling with recent weblogic updates to get eureka up and running. I've followed every hint and tip to no avail. Simple issue is weblogic is using a later version of jersey that eureka server uses internally. For the life of me I…
cmptrwizard
  • 338
  • 4
  • 9
0
votes
1 answer

Speeding up Netflix-Eureka Unregistration not working for Spring Boot

I have a eureka server running with the application.yml looking like server: port: 8761 eureka: client: registerWithEureka: false fetch-registry: false server: wait-time-in-ms-when-sync-empty: 5 enable-self-preservation:…
katiex7
  • 863
  • 12
  • 23
0
votes
1 answer

How eureka provider carry custom metadata to eureka center

I use springcloud with eureka. now I want to get more information from the center about provider, so How eureka provider carry custom metadata to eureka center? the information shouldn't in the application.properties but generates by the provider.
Akira
  • 1
  • 1
0
votes
2 answers

EurekaServer created by STS not starting

I'm new to Spring cloud, going through some videos I have created EurekaServer from STS , and tried to run as spring-boot application. Is anything from below which I need to do? configure anything for making Euraka server run? before running…
LMK IND
  • 472
  • 1
  • 5
  • 19
0
votes
2 answers

Unable to register the client with eureka server (The is no security in the classpath)

Unable to register the client with eureka server (The is no security in the classpath) pom.xml (server) spring boot version…
Sumit Suman
  • 21
  • 1
  • 1
  • 3
0
votes
1 answer

Eureka client not able to register with eureka server when deployed on external tomcat

Tried to deploy spring boot eureka server as war on external tomcat and tried to register eureka client to server but getting registration status 404. Hope someone might be success with this approach. Please share your thoughts on this.
0
votes
1 answer

Spring cloud discovery first does not work at all

I try to implement a spring cloud netflix project with a eureka service registry, a configuration server and a client microservice. I use spring cloud finchley release. I have two problems: 1. Eureka and configuration server are both running, but do…
0
votes
1 answer

Eureka Server connectivity issues

I am facing an issue when connecting to a remote Eureka Server from the discovery client app running on my laptop. The configuration is Eureka Server is running as a standalone app and started using java -jar on a remote VM. I am able to access…
srini
  • 544
  • 1
  • 11
  • 23
0
votes
0 answers

Adding Hazelcast cache to spring boot app configured as a Eureka client

I am trying out a spring boot app with REST web services. I plan to use multiple instances of the same app and hence registered them as Eureka client. I have used load balacing with Zuul. This works fine. Now when I tried to add Hezelcast to the app…
Augie
  • 33
  • 6
0
votes
1 answer

Feign client concurrency issue

I have setup Spring Cloud (Camden.SR7) with Eureka (1.3.5.RELEASE), Config server and several Spring Boot (1.5.7.RELEASE) microservices. Communication between microservices is performed with Feign client (Hystrix is disabled). Although this works…
dchar
  • 1,665
  • 2
  • 19
  • 28
0
votes
1 answer

Eureka and Feign MicroWebservice failing to startup

i have managed to build a microservice with one Eureka server and two client servers, one of the server is using Feign and ribbon to call other service , and this service is getting shutdown immediately after startup. i tried to search for possible…
Sud
  • 79
  • 1
  • 11