Top "Netflix-eureka" questions

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

How to check two condition while using @ConditionalOnProperty or @ConditionalOnExpression

I need to check that two conditions are satisfied on a YAML property file, while creating a bean. How do …

spring-boot netflix-eureka spring-cloud-netflix
com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect in Spring Boot

I am developing code from http://www.javainuse.com/spring/spring-cloud-netflix-zuul-tutorial, no customization yet. I keep getting the error mentioned …

java spring-boot spring-cloud netflix-eureka
How to register eureka-clients with eureka-server on different hosts. Spring-boot

I'm running my eureka-server on my localhost. I'm able to register all my other on localhost running services and everthing …

java spring spring-boot netflix-eureka
Eureka Server: How to achieve high availability

I'm new to spring cloud. I've read this doc and it says the client application must specify a service url: …

spring-cloud netflix-eureka
What is the role of Zookeeper vs Eureka for microservices?

I am going to implement the orchestration of a set of microservices in my application. Two widely using tools I …

architecture microservices apache-zookeeper netflix-eureka orchestration
Mock an Eureka Feign Client for Unittesting

i am using spring cloud's eureka and feign to communicate between some services (lets say A and B). Now id …

unit-testing spring-cloud netflix-eureka netflix-feign
Using Eureka as a registry using REST APIs

We have been using Eureka with our Spring Boot applications for few months now. We have enabled service lookup between …

java spring rest spring-cloud netflix-eureka
Unauthorized in spring boot admin

I wanted to control the microservices that are running in the Eureka server. I used spring-boot-admin for this, but I …

spring spring-boot microservices netflix-eureka spring-boot-admin
Spring Cloud : Zuul throwing "Load balancer does not have available server for client"

I am trying to get a simple microservice to register to the Eureka Server and then have Zuul proxy to …

spring-boot spring-cloud netflix-zuul netflix-eureka