Spring Cloud
-
Enterprise Java
Functional Hystrix using Spring Cloud HystrixCommands
Spring’s WebClient provides a non-blocking client for making service to service calls.Hystrix, though now in a maintenance mode, has been…
Read More » -
Enterprise Java
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Introduction to Spring Cloud – Config (Part I)
1. Overview Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g.…
Read More » -
Enterprise Java
Spring Cloud Gateway – Configuring a simple route
Spring Cloud Gateway can be considered a successor to the Spring Cloud Netflix Zuul project and helps in implementing a Gateway pattern…
Read More » -
Software Development
MicroServices – Part 6 : Distributed Tracing with Spring Cloud Sleuth and Zipkin
One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a…
Read More » -
Enterprise Java
Refresh Property Config at Runtime in Spring Cloud Config
In this tutorial series of spring cloud config, we will be discussing about refreshing property configuration at run-time.We will be…
Read More » -
Software Development
MicroServices – Part 5 : Spring Cloud Zuul Proxy as API Gateway
In microservices architecture, there could be a number of API services and few UI components that are talking to APIs.…
Read More » -
Enterprise Java
Spring Cloud Configuration – Externalize Application Configuration
This tutorial is about spring cloud config.Here, we will take a look into how we can manage to serve and…
Read More » -
Enterprise Java
Spring Cloud Netflix Eureka
This tutorial is about spring cloud Netflix Eureka. Here, we will be creating eureka discovery server and microservices that will…
Read More »