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 AWS SQS fails to connect to service endpoint locally

I'm trying to use Spring Cloud's AWS SQS in a project I'm working on. At this time, I'm only running …

java amazon-web-services spring-boot spring-cloud amazon-sqs
Spring Cloud Config + Spring Cloud Bus + RabbitMQ - Not auto refreshing clients with local Git repository

I have some applications getting its configuration from a Spring Cloud Config Server (Brixton.RELEASE) and would like to enable …

spring spring-cloud spring-cloud-config spring-cloud-bus
Spring Security with OAuth2 and JWT: Encoded password does not look like BCrypt

I am trying to implement a spring AuthorizationServer with JWT. I was able to produce JWT tokens and login until …

java spring spring-security spring-cloud spring-security-oauth2
How to create unit test with kafka embedded in the spring cloud stream

Sorry for the question being too generic, but someone has some tutorial or guide on how to perform producer and …

junit apache-kafka spring-cloud spring-kafka spring-cloud-stream
Hystrix & Ribbon Timeout Warnings

Environment Spring Boot 1.5.13.RELEASE Spring Cloud Edgware.SR3 Compiled with Java version "1.8.0_172-ea",Java(TM) SE Runtime Environment (build 1.8.0_172-ea-b03) …

spring-cloud spring-cloud-netflix hystrix spring-cloud-feign netflix-ribbon
Eureka: How do I disable/configure peer replication?

When I run Eureka on port 8761, everything works great. The config server can register to Eureka without problem. When I …

spring-boot spring-cloud netflix-eureka
Spring Zuul API Gateway with Spring Session / Redis Authenticate and Route in same Request

I have been really been searching high and low for the last few days on how to do this and …

spring-security spring-cloud spring-session
Spring Boot Actuator endpoints with set server.context-path

In spring boot app I set e.g. server.context-path=/mymodule. This is convenient because I don't need to repeat …

spring spring-boot spring-cloud spring-boot-actuator
Zuul route from root path

I have some microservices discovered with Eureka. Most of them provide some API. And I have "edge" service called "Gateway …

java spring-boot spring-cloud netflix-zuul
Using Spring boot/cloud with Amazon AWS lambda does not inject values

I have an AWS lambda RequestHandler class which is invoked directly by AWS. Eventually I need to get it working …

java spring spring-boot spring-cloud aws-lambda