mchades opened a new issue, #12566: URL: https://github.com/apache/gravitino/issues/12566
### What would you like to be improved? `CatalogEventDispatcher` currently delegates both pre-create and existing-catalog connection tests without emitting pre, success, or failure events. This prevents listeners and auditing integrations from observing these operations. ### How should we improve? Add event dispatching for both `testConnection` methods and cover their success and failure paths with unit tests. Event payloads must not expose connection properties or credentials. -- 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]
