Chapter 7: Cross-Cutting Concerns
- It provides a set of building blocks that helps you to use them instead of building it from scratch and helps you quickly and easily get started with microservices.
- With the client-side discovery pattern, the client is aware of the service registry and queries the service registry to know the endpoints of services. Whereas with the server-side discovery pattern, the client makes a request to the load balancer, which routes the request to the service registry to know the endpoints of services to consume.
- Azure Application Insights.