adutra commented on code in PR #4648:
URL: https://github.com/apache/polaris/pull/4648#discussion_r3383157521


##########
runtime/service/src/main/java/org/apache/polaris/service/events/PolarisEventListeners.java:
##########
@@ -116,4 +143,43 @@ private void deliverEvent(
   public boolean hasListeners(PolarisEventType polarisEventType) {
     return enabledEventTypes.contains(polarisEventType);
   }
+
+  private static class ListenerExecutor implements Executor {

Review Comment:
   Indeed, but I wanted to keep the abstraction clean. Also, we may need to 
keep this class as an `Executor` if we introduce a feature flag for this.



-- 
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]

Reply via email to