What is service discovery really all about? - Microservices Basics Tutorial
Introduction to Microservice discovery!
When building microservices, one of the most basic things you'll need to do is to have them locate and talk to each other. You do this with service discovery.
In this video, learn about the key concepts of service discovery, including how it works and the types - client side and server side discovery. Also learn what a service registry is.
Java Brains website: https://javabrains.io
#JavaBrains #BrainBytes #WhatIs