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).
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-sqsI 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-busI 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-oauth2Sorry 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-streamEnvironment 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-ribbonWhen 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-eurekaI have been really been searching high and low for the last few days on how to do this and …
spring-security spring-cloud spring-sessionIn 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-actuatorI 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-zuulI 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