Top "Netflix-eureka" questions

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

Can Zuul Edge Server be used without Eureka / Ribbon

We have an infrastructure with service discovery and load balancing (i.e. server side with STM and weblogic cluster). Now …

spring-cloud netflix netflix-eureka netflix-zuul
Spring Cloud: Eureka Client registration/deregistration cycle

To familiarize myself with Spring Cloud's Eureka client/server mechanism, I try to connect a client to the Eureka server …

spring spring-boot service-discovery spring-cloud netflix-eureka
How to eliminate the "Eureka may be incorrectly claiming instances are up when they're not" warning on Eureka Dashboard?

How to eliminate the following message on Eureka server dashboard? Will it cause any issue to my services? EMERGENCY! EUREKA …

java spring spring-cloud netflix-eureka spring-cloud-netflix
What is instanceid in spring eureka?

I read that instance id of Eureka Clients have to be unique and when we wish to run multiple instances …

spring spring-cloud netflix-eureka
How to secure spring cloud eureka service with basic auth?

I set up multiple instances of eureka servers on the same host. They are using host names eureka-primary, secondary and …

spring spring-boot spring-security spring-cloud netflix-eureka
FeignClient With Client Certificate And Docker

I have a requirement for my microservices to utilize two way ssl. Each microservice is a Spring Boot Application, annotated …

spring docker spring-cloud netflix-eureka netflix-ribbon
Eureka Server - list all registered instances

I have a Spring Boot application that is also a Eureka Server. I want to list all instances that have …

java spring-boot netflix-eureka
No qualifying bean of type 'org.springframework.cloud.client.discovery.DiscoveryClient' available

What else is required for DiscoveryClient? I am trying to fetch registered services to eureka using DiscoveryClient. The standalone program …

java spring client netflix-eureka discovery
Testing using Wiremock to test a Feign Client

So I've spent a good day trying to figure this out and it's been quite difficult. So the issue is …

spring spring-cloud netflix-eureka wiremock spring-cloud-feign
Creating custom Zuul filters

I want to implement custom filters for my Zuul proxy. Now, I know there has been a lot of talking …

spring spring-cloud netflix netflix-eureka netflix-zuul