4 Service Discovery Patterns for your Microservice
Let's say you’re writing some code that invokes a service that has a REST API. In order to make a request, your code needs to know the network location (IP address and port)
of a service instance. In a traditional application, the network locations o...
techbeats.blog4 min read
Keyul
Software Engineer
Insightful explanation of various system design patterns with clear examples. Very useful to learn micro services and how it works.