dimas-b commented on PR #4061:
URL: https://github.com/apache/polaris/pull/4061#issuecomment-4206984354

   A note on the "Holder" class pattern (`RealmContextHolder`, 
`PolarisPrincipalHolder`, etc.):
   
   These classes are meant to allow Polaris code to manage corresponding 
request-scoped data without 
[relying](https://github.com/apache/polaris/blob/26561f6798b37b168dcb9581a86f32d2c2f802fb/runtime/service/src/main/java/org/apache/polaris/service/context/RealmContextFilter.java#L55)
 on the REST framework (`ContainerRequestContext`) during async task execution.


-- 
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