gRPC Spring Boot Integration

Overview: In this tutorial, I would like to show you the gRPC Spring Boot Integration for inter microservices communication. gRPC is a RPC framework implementation from google for client-server application development.  We have discussed gRPC, protobuf and their advantages for inter microservices communication in these articles before. If you have not read them, check them

gRPC Spring Boot IntegrationRead More »

gRPC – An Introduction Guide

Overview: In this tutorial, I would like to introduce you to the modern RPC framework from google called gRPC. It is one of the hottest technologies right now! Need For gRPC: Microservices are the popular way to design distributed systems. A big monolith application is broken down into multiple independent Microservices. These Microservices have few

gRPC – An Introduction GuideRead More »

Protobuf / Protocol Buffers – A Simple Introduction

Overview: In this tutorial, I would like to introduce you to the Protobuf / Protocol Buffers –  an interface definition language or interface description language (IDL)! IDL is a specification which describes software component’s API in a language-neutral way. Problems With JSON: In a distributed systems architecture, 1 microservice written in Java might want to

Protobuf / Protocol Buffers – A Simple IntroductionRead More »