We are implementing UPA provider and consumer components which talk through ADS. In my system as a whole, we are not going to use caching at all and also don’t want to impose any limit on any components (ADS/Provider) when it comes to the number of items/streams. Is there a recommended settings?
One thing we have found is that on the Provider side if we don't apply openLimit (as mentioned that we don't want to have any limit), on the ADS we have to set the maxCache to some value otherwise ADS wouldn't be able to see the service as active (this has been confirmed by the API support team). So here comes to another question, is there a way to set the maxCache parameter (or else) in ADS to essentially mean there is no cache limit?