My project is using EWA as the front-end consumer which will connect to the UPA interactive provider through ADS. In our use case we expect to have up to 5000 active users (meaning 5000 websocket connections) to consume 1000 services.
We found out that one parameter required to change is *ads*maxMounts as its default value is 100 and in our case it has to be 5000 or more.
We highly suspect that there are other settings/parameters that are required to configure as well. Could someone help to list out? Please also advise if having 1000 services is possible or not.