eric-maynard commented on code in PR #1965: URL: https://github.com/apache/polaris/pull/1965#discussion_r2210720540
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -126,6 +126,10 @@ polaris.secrets-manager.type=in-memory polaris.file-io.type=default polaris.event-listener.type=no-op +# polaris.event-listener.type=aws-cloudwatch +# polaris.event-listener.aws-cloudwatch.log-group=test-group +# polaris.event-listener.aws-cloudwatch.log-stream=test-stream +# polaris.event-listener.aws-cloudwatch.region=us-west-2 Review Comment: Maybe if we had an application.properties specific to AWS that would be a good fit? There's a flow like that in the getting started section. But truthfully many of these are only documented in `docs/configuration.md` -- 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]
