cloud-sdk-java icon indicating copy to clipboard operation
cloud-sdk-java copied to clipboard

Query on Ratelimiting feature of DestinationService

Open Shruthianantharaman opened this issue 2 months ago • 1 comments

Ask the Question

Hi Colleagues,

We have a CAP Java multi tenant application and we consume DestinationAccessor and DestinationService across to consume destination details. There are parallel operations/API calls executed from our customer and often leading to circuit breaker errors (resilience exception) from destination service as multiple destination calls gets invoked. Is there any possibility for an application team to override the ratelimiting implemented?

Thanks & Regards, Shruthi Anantharaman

Shruthianantharaman avatar Nov 26 '25 04:11 Shruthianantharaman

We are aware of the bug and are working on a fix. We will let you know.

CharlesDuboisSAP avatar Nov 26 '25 08:11 CharlesDuboisSAP

Do you have an exception to share? Unfortunately you didn't follow the issue template.

newtork avatar Nov 26 '25 11:11 newtork

In the meanwhile you could getAllDestinationProperties() to get the list of all available destinations for the current tenant. Then avoid calling destinations that are not in that list.

CharlesDuboisSAP avatar Nov 27 '25 14:11 CharlesDuboisSAP

I will close this item due to inactivity. Please open a new issue if you have more information and need assistance.

rpanackal avatar Dec 08 '25 12:12 rpanackal