adutra commented on code in PR #765:
URL: https://github.com/apache/polaris/pull/765#discussion_r1916938430


##########
service/common/src/main/java/org/apache/polaris/service/ratelimiter/RateLimiterFilter.java:
##########
@@ -29,6 +33,9 @@
 
 /** Request filter that returns a 429 Too Many Requests if the rate limiter 
says so */
 @Provider
+@PreMatching
+@Priority(Priorities.USER)

Review Comment:
   You make good points as well. We could also consider this Quarkus extension:
   
   https://docs.quarkiverse.io/quarkus-bucket4j/dev/index.html
   
   Although, it's not a filter, but rather applies at REST resource level.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to