Top "Netflix-eureka" questions

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

Spring Cloud Config Eureka-first approach not working

I'm developing a Spring Cloud Eureka microservices application. I want my services to connect to the config service via an …

spring spring-boot spring-cloud microservices netflix-eureka
Eureka service discovery without Spring-boot

I have written a spring boot micro-service and a REST client. The client is a part of another module and …

java spring spring-boot microservices netflix-eureka
Spring Cloud - Registry Service port customization

I'd like to customize the Eureka port with Spring Cloud. With the default port below, the services registry sees itself …

spring-cloud netflix-eureka
Load balancer does not have available server for client: meeting

While I am trying to reach the service meeting via Zuul gateway, Zuul is unable to forward the request to …

java spring-boot microservices netflix-zuul netflix-eureka
How can I get the Discovery Client working when using spring-cloud together with netflix Eureka?

I'm trying to make a basic project using spring cloud with the netflix addons such as Hystrix, Eureka and Ribbon …

java spring spring-cloud netflix-eureka
Error when Zuul routing to a HTTPS url

I have a Spring Boot application (recently enabled it for HTTPS + self signed certificate) which is registered in Eureka and …

netflix netflix-eureka netflix-zuul
Feign Client + Eureka POST request body

I'm trying to use Feign and Eureka to forward a post request from server A to server B. Both servers …

spring rest microservices netflix-eureka netflix-feign
Register multiple Instances of a Spring Boot Eureka Client from a single host

UPDATE The README in this repo has been updated to demonstrate the solution in the accepted answer. I'm working with …

java spring spring-boot netflix-eureka
DiscoveryClient_xxx:111-222:8080 - was unable to refresh its cache! status = Cannot execute request on any known server

DiscoveryClient_xxx:111-222:8080 - was unable to refresh its cache! status = Cannot execute request on any known server : I run …

netflix-eureka
cannot find DiscoveryClient bean error in spring boot

2017-03-16 16:09:08.821 INFO 9104 --- [ main] com.hello.EurekaClientApplication : No active profile set, falling back to default profiles: default 2017-03-16 16:09:08.848 …

spring-boot netflix-eureka