IServiceDiscovery.resolve(serviceName: string): Promise<readonly ServiceInstance[]>
Lists every instance discovery knows for a service.
Reports what the backend says, so ejected instances are included —
ejection is a IServiceDiscovery.pick concern, not a knowledge
one. An unknown service name resolves to an empty list rather than
throwing.
Promise<readonly ServiceInstance[]>
Every known instance, possibly empty