Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

In a microservices architecture, ____ is the process of a service finding and connecting to other services. When a service needs to communicate with another service, it can query the service registry to get the network location (IP address and port) of the target service. With this information, the service can establish a connection and interact with the target service.

Write the missing line below.