eric-maynard commented on code in PR #922: URL: https://github.com/apache/polaris/pull/922#discussion_r1985613866
########## quarkus/defaults/src/main/resources/application.properties: ########## @@ -94,6 +94,8 @@ polaris.persistence.type=in-memory polaris.file-io.type=default +polaris.events.type=default Review Comment: What you wrote is true about most things we configure -- the persistence type, the realm resolver, the rate limiter, the file IO factory, the authenticator, etc. In all of these cases, you plug in one implementation and that implementation is responsible for combining multiple semantics if you so desire. -- 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]
