One of the core principles of building maintainable distributed systems is “Don’t share databases,” but why? In the past, it was common for applications to share databases,… Read more “Don’t share databases,”
Category: Spring
Mutual Tls(2-Way) Between Consul and Spring Boot Application.
1. Introduction This document details the communication between Consul and Spring boot using TLS protocol and 2-way Communication. It also mentions all the issues faced during my… Read more “Mutual Tls(2-Way) Between Consul and Spring Boot Application.”
Spring Boot Admin
Spring Boot Admin is a simple administration User Interface for all the spring boot applications.There are various features that it provides like. Show health status Show details,… Read more “Spring Boot Admin”
Api -Versioning
In todays world , the need for rest api’s is increasing constantly , with the increase in writing complex API’s there are scenario’s where there can be… Read more “Api -Versioning”
Circuit-Breaker Patter & Hystrix
In today’s World , there are multiple services calling each other quite often , this leads to lot of dependency on each other and whenever a user… Read more “Circuit-Breaker Patter & Hystrix”