Multiple choice technology programming languages

A service provider is also known as the “service registry”

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A service provider and a service registry are different concepts in microservices architecture. A service provider is the actual service that handles business logic and serves requests, while a service registry is a discovery mechanism that maintains a catalog of available services and their locations. The service provider registers itself with the service registry so clients can discover and invoke it dynamically.