Get all instances of a service in eureka-js-client
How to get all instances of a service in eureka-js-client.
I tried using the client.getInstancesByAppId('YOURSERVICE') and eurekaClient.cache.app['YOURSERVICE'] but they only return a single instance of the service.