travis-bowen commented on code in PR #1920:
URL: https://github.com/apache/polaris/pull/1920#discussion_r2159736638
##########
runtime/service/src/main/java/org/apache/polaris/service/quarkus/config/QuarkusProducers.java:
##########
@@ -101,9 +101,16 @@ public StorageCredentialCache storageCredentialCache(
}
@Produces
- @ApplicationScoped
- public PolarisAuthorizer polarisAuthorizer(PolarisConfigurationStore
configurationStore) {
- return new PolarisAuthorizerImpl(configurationStore);
+ @RequestScoped
Review Comment:
If this is contentious I can probably change back to ApplicationScoped and
utilize the call context within my own implementation to do different things
per request.
--
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]