1 min readJul 15, 2019
Hi Thomas,
To make other services aware you would need to use ServiceRegistry pattern ex. Netflix Eureka. Service instances needs to be registered with the service registry on startup and de-registered on shutdown. Clients can query the service registry to find the available instances of a service.