Implement Rate Limitation in PEGA
Has anyone implemented a satisfactory solution to implement rate limitation for PEGA APIs ?
For people who are unfamiliar with this topic, API rate limiting is a technique used to control the number of requests a client can make to an API within a specific time period to prevent server overload, abuse, and attacks.
Now, JAVA APIs have a good solution in place using Bucket4j implementation, but I could not find any specific documentation to implement the same out-of-the-box in PEGA.