Questions tagged [netflix-eureka]

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

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

1623 questions
0
votes
0 answers

Spring boot Eureka: Use shared instance without registration

We are developing a system (based on Netflix microservice stack) that uses quite a few microservices. In some cases, in order to test something locally, it is required to start several microservices in order to be able to perform happy-path testing.…
0
votes
1 answer

Rarely getting ClientException and ZuulException in spring boot, eureka, zuul, ribbon framework

I have configured my project architecture using Spring Boot, Eureka, Zuul, Ribbon frameworks. Its working fine but sometimes (rarely) getting the following exceptions: Caused by: com.netflix.client.ClientException: Load balancer does not have…
Krish
  • 1,804
  • 7
  • 37
  • 65
0
votes
1 answer

How microservice apps are better than cluster of monolithic apps cluster with load balancing

How micro-service apps are better than cluster of monolithic apps cluster with a load balancer ? I already know that micro services are :- 1- easy to develop 2- helps for continuous delivery in what other ways it's better ?
0
votes
1 answer

Why do I see this error in Registry logs? Registry: lease doesn't exist, registering resource: APPNAME - APPNAME:11b4e92ca928a158fff418b62e37cdf0

I am new to Jhipster and Spring-cloud-config. I am trying to understand Why do i see the below error in my Jhipster-Registry log file. I can see the service connected to Registry and service shows UP. DS: Registry: lease doesn't exist, registering…
0
votes
1 answer

Manage property files inside common micro service in Spring Boot

Currently I'm working in Spring boot micro services project. Consider I have 3 micro services named as A, B, C. Now My project have application.yml file separately for each micro service. Now I want to add one more microservice D, for manage all…
0
votes
2 answers

Exception with Eureka client Expected authority at index 7: http://

Why can I get this error when I call my controller appending the URL: http://127.0.0.1:8080/status/tenant_1 to my browser? I want to call an Eureka service client called saf. 2017-10-17 16:40:01.584 INFO 12312 --- [ main]…
robyp7
  • 481
  • 2
  • 7
  • 25
0
votes
0 answers

Feign Client prepends HTTP

I use Spring Cloud in my microservice project with Eureka and Zuul. I want to communicate between my microservices using a Feign client. Say i have a microservice Microservice1 and Microservice2. In addition, i have the Eureka microservice and the…
Leonard
  • 783
  • 3
  • 22
0
votes
0 answers

Nginx configuration of multiple routes pointing to various web apps on the server

I am trying to setup my nginx.conf file with the following locations in order to show Jenkins (https://jenkins.io/index.html) and Eureka (https://github.com/Netflix/eureka). The below configuration doesn't show JS and CSS files. Any idea on how to…
anghel adrian
  • 162
  • 2
  • 14
0
votes
1 answer

zuul eureka service id redirection

I am having few spring boot microservices, which are deployed to JBoss over a cloud environment. These boot services are Eureka clients which register itself in to the Eureka server. Following is an example: eureka: client: healthcheck: …
0
votes
0 answers

Eureka lease interval not working

I have a eureka server and a bunch of clients/instances. I had set the properties: eureka.instance.leaseRenewalIntervalInSeconds=120 eureka.instance.leaseExpirationDurationInSeconds=240 to all the clients/instances. I found that when I stop a…
codingsplash
  • 4,785
  • 12
  • 51
  • 90
0
votes
1 answer

Spring Boot/Spring Cloud - Eureka server

I am trying out the eureka cloud registry for the first time and looking for your help on it To register sample Eureka client to the eureka server The code for Eureka Server is in the following…
0
votes
1 answer

Can I add registry to gateway jhipster app?

Can I add registry support to an gateway app created without registry? I have an gateway app, when I created this app, I don't select jhipster registry. It is posible? Or do I need to add line by line eureka configuration? eureka: client: …
0
votes
1 answer

Can't up my Eureka Spring REST service in a Docker container

My project consists of a REST service, which is registered in Eureka, also I use Zuul proxy to manage requests as seen in this image. It runs perfectly on my computer in a local way but when I create a docker container for my service, it doesn't…
0
votes
1 answer

Eureka client on aws not able to connect to peer services (eureka clients)

I am developing a microservice apps using spring, spring boot, eureka (for service discovery) and ribbon. My application on consist of three services client, server and eureka-server client and server both get registered with eureka-server and later…
0
votes
1 answer

Eureka client fetching registry from Eureka server

Is there any possible way to find all instances of eureka server from a eureka client ?
MarifQ
  • 13
  • 11