question

Upvotes
Accepted
50 4 5 6

Is there a way to configure ADS such that it load balance consumer requests across different instances of Provider who provides the same service?

We have multiple instances of UPA Provider who provide the same service. On ADS we configure these as two routes but with the same service name.

Then we have multiple consumers who all connect to the same ADS (the consumers do not connect to Providers directly). When the consumers send requests to that service, the requests go to ADS and the ADS would route all requests to just one instance of the Provider.

The question is whether we can make ADS to load balance the requests; for example, the first request sent to the first Provider instance, the second request sent to the second Provider instance, and so on. We don't want the consumers to handle this.

Please help advise.

elektronrefinitiv-realtimetrepADSconfiguration
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@thanawat.mahatribhop

Hi,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks AHS

Upvotes
Accepted
210 4 6 8

If you configure the ADS so that each instance of UPA provider is on its own Route, the ADS should Load balance between them. Just make sure they have the same Service ID and Name and different Server IDs.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks for the reply. I've configured as mentioned but the behavior I found was still that the ADS routes to just one instance of the UPA Provider.

Upvotes
78.8k 250 52 74

You should verify "List of Servers" of the service in adsmon.

From the above picture, there are two servers available for API_ELEKTRON_EPD_RSSL service and the subscribed RICs are distributed between these two servers.


adsmon.png (8.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.