Spring Cloud
-
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 » -
Enterprise Java
Learning Spring-Cloud – Infrastructure and Configuration
I got a chance to play with Spring-Cloud to create a sample set of cloud ready microservices and I am…
Read More » -
Enterprise Java
Deploying a Spring boot application to Cloud Foundry with Spring-Cloud
I have a small Spring boot based application that uses a Postgres database as a datastore. I wanted to document…
Read More »