Grokking Microservices Design Patterns
Vote
0% completed
The Problem: Network Logic in Every Service
Consider a system with twenty services. They are written in four languages: Java, Go, Python, and Node. This lesson counts what the network code inside those services costs.
The Same Code in Every Service
Sending a request is not enough on its own. Each service needs the same short list of network behavior:
- Find the address of the service it is calling (service discovery).
.....
.....
.....
Like the course? Get enrolled and start learning!