Query on Ratelimiting feature of DestinationService
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
We are aware of the bug and are working on a fix. We will let you know.
Do you have an exception to share? Unfortunately you didn't follow the issue template.
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.
I will close this item due to inactivity. Please open a new issue if you have more information and need assistance.