I have been reading the Jersey 2.17 user guide for possibities around applying governance limits on the exposed RESTLet resources. I am particularly interested in applying limits on incoming requests for a particular Jersey RESTLet resource for a particular client consumer (For example: I want to only allow 10 requests per 30 second from any particular source).
Please let me know if anybody has a feasible approach in mind based on their experience with the native API capabilities. Thanks in advance!