Top "Spring-cloud" questions

Spring Cloud provides tools to quickly build common patterns in distributed systems (e.g. configuration management, service discovery, circuit breaker, intelligent routing, micro-proxy, control bus, global locks, leadership election, distributed sessions).

Spring cloud sleuth did not run with Zipkin

first i had a small issue with this class brave.sampler.Sampler could not import this class, only imported when …

java spring-boot spring-cloud zipkin spring-cloud-sleuth
How to read multiple config file from Spring Cloud Config Server

Spring cloud config server supports reading property files with name ${spring.application.name}.properties. However I have 2 properties files in …

spring-cloud spring-cloud-config
Spring Cloud Zuul/Eureka dynamic route

I am using spring cloud eureka and spring cloud zuul proxy and i was wondering if there is any way …

spring-boot spring-cloud netflix-eureka netflix-zuul
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
Wiremock error: Request was not matched as there were no stubs registered

@ClassRule public static WireMockRule wireMockRule = new WireMockRule(9898); @Test public void createXmlFile() { stubFor(get(urlPathEqualTo("/data/racing/")) .willReturn(aResponse() .withBody(loadJSONFile("…

spring-cloud wiremock spring-cloud-contract
Timeout Exception in Zuul based routing

I have got the below setup in which my Eureka server is running and few services created and registered with …

java spring spring-cloud netflix-zuul hystrix
Ribbon with Spring Cloud and Eureka java.lang.IllegalStateException: No instances available for localhost

I am using <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix</…

spring-cloud spring-cloud-netflix netflix-ribbon
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
feign.RetryableException: Connection refused (Connection refused) executing POST

I am using spring cloud to configure microservices. I used Jhipster to generate the application. I have three applications JHipster-Registry, …

jhipster spring-cloud spring-cloud-netflix jhipster-registry