dimas-b commented on code in PR #422:
URL: https://github.com/apache/polaris/pull/422#discussion_r1849123818
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/LocalPolarisMetaStoreManagerFactory.java:
##########
@@ -58,11 +60,17 @@ public abstract class
LocalPolarisMetaStoreManagerFactory<StoreType>
private static final Logger LOGGER =
LoggerFactory.getLogger(LocalPolarisMetaStoreManagerFactory.class);
+ private final PrincipalSecretsGenerator.Realms secretsGenerator =
bootstrap();
Review Comment:
I reworked the impl. a bit... hopefully the bootstrapping logic is clearer
now.
@eric-maynard: Would you still prefer to have a non-lambda class for
`PrincipalSecretsGenerator` implementations?
--
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]