Spring Cloud
-
Enterprise Java
Use Spring Cloud Config as externalized configuration
One of the most important practices when it comes to continuous delivery is building your binaries only once and use…
Read More » -
Enterprise Java
Spring Cloud Contracts and Spring Cloud Services on PCF
We had a customer recently who were quite interested in the idea of using Spring Cloud Contract (SCC) in order to…
Read More » -
Enterprise Java
Integrating with RabbitMQ using Spring Cloud Stream
In my previous post I wrote about a very simple integration scenario between two systems – one generating a work unit…
Read More » -
Enterprise Java
Spring Cloud Zuul – Writing a Filter
Netflix OSS project Zuul serves as a gateway to backend services and provides support for adding in edge features like…
Read More » -
Enterprise Java
Spring Cloud Zuul Support – Configuring Timeouts
Spring Cloud provides support for Netflix Zuul – a toolkit for creating edge services with routing and filtering capabilities. Zuul Proxy support…
Read More » -
Enterprise Java
JSON Web Tokens With Spring Cloud Microservices
At Keyhole, we have published several blogs about Microservices. We’ve talked about architectural patterns used in a Microservices environment such…
Read More » -
DevOps
Netflix OSS, Spring Cloud, or Kubernetes? How About All of Them!
Some of this I cover in my book “Microservices for Java Developers” O’Reilly June 2016 (launching soon!), but I want…
Read More » -
Enterprise Java
Spring Cloud Ribbon – Making a secured call
Something simple, but I struggled with this recently – I had to make a Netflix Ribbon based client call to…
Read More » -
Enterprise Java
Spring Cloud AWS with proxy settings
In my previous article, Spring and Amazon Web Services, I provided a brief introduction to Spring Cloud AWS module and…
Read More »