Understanding Service Resolver

Hi all,

“A resolver config entry allows for a user to define which instances of a service should satisfy discovery requests for the provided name.”
Does it mean that the traffic will be sent to all instances of this service or just one of them? If it’s just one instance of this service, is there any way to send the traffic to multiple instances?