Spring Cloud
-
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 » -
Enterprise Java
Spring Cloud Rest Client with Netflix Ribbon – Basics
In an earlier blog post I had covered the different options for a REST client in the Spring Cloud world.…
Read More » -
Enterprise Java
Spring Cloud support for Hystrix
Spring Cloud project provides comprehensive support for Netflix OSS Hystrix library. I have previously written about how to use the…
Read More » -
Enterprise Java
Spring Cloud Sidecar – Initialization of Nodes
In the last blog post I had described how the Sidecar application can be used for registering the Cassandra nodes…
Read More » -
Enterprise Java
Spring Cloud Sidecar
I have an application deployed to a NetflixOSS based cloud which has a structure along these lines: Essentially a service…
Read More » -
Enterprise Java
Rest client calls with Spring Cloud
There are a few interesting ways to make REST client calls with the Spring-Cloud project. Spring-Cloud rest support builds on…
Read More » -
Enterprise Java
Learning Spring-Cloud – Writing a microservice
Continuing my Spring-Cloud learning journey, earlier I had covered how to write the infrastructure components of a typical Spring-Cloud and…
Read More »