flyrain commented on code in PR #2602:
URL: https://github.com/apache/polaris/pull/2602#discussion_r2380574985
##########
runtime/service/src/main/java/org/apache/polaris/service/config/FilterPriorities.java:
##########
@@ -21,6 +21,7 @@
import jakarta.ws.rs.Priorities;
public final class FilterPriorities {
+ public static final int REQUEST_ID_FILTER = Priorities.AUTHENTICATION - 101;
Review Comment:
nit: -> `REALM_CONTEXT_FILTER - 1 ` to make it more readable?
--
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]