Posted in Microservices Tutorial

Microservices – Service Routing

Continue Reading... Microservices – Service Routing
Posted in Microservices Tutorial

Microservices – Fault Tolerance and Resiliency

How fault tolerance works? Discovery client keeps sending the heart beats to discovery server by saying that I am still alive. Making Microservices Resilient and…

Continue Reading... Microservices – Fault Tolerance and Resiliency
Posted in Microservices Tutorial

Microservices – Service Discovery

Each of the services register themselves on Discovery Server to become Microservice. Discovery server is the layer of abstraction between client and Microservices. Even client…

Continue Reading... Microservices – Service Discovery
Posted in Microservices Tutorial

Microservices – Communication between Services

Microservices (or REST APIs) can communicate with other Microservices (or REST APIs) or External Services by using 1. REST Templates REST Templates establishes synchronous communication…

Continue Reading... Microservices – Communication between Services
Posted in Microservices Tutorial

Microservices – Hystrix

Continue Reading... Microservices – Hystrix
Posted in Microservices Tutorial

Microservices – Eureka

Continue Reading... Microservices – Eureka
Posted in Spring Boot Tutorial

Spring Boot – Overview

Table of Contents Why Spring Boot? What is Spring Boot? Spring – Problems Spring Boot – Solutions Getting Started with Spring Boot Insights Packaging and…

Continue Reading... Spring Boot – Overview
Posted in Microservices Tutorial

Microservices – Patterns

Continue Reading... Microservices – Patterns
Posted in Spring Boot Tutorial

Spring Boot – Getting Started

Spring Boot Essentials 1. Automatic Configuration 2. Starter Dependencies 3. Command Line Interface (CLI) 4. Actuator 1. Automatic Configuration Spring Boot can automatically provide configuration…

Continue Reading... Spring Boot – Getting Started
Posted in Microservices Tutorial

Microservices – Architecture

Continue Reading... Microservices – Architecture