dimas-b commented on code in PR #5141:
URL: https://github.com/apache/polaris/pull/5141#discussion_r3661660081


##########
runtime/service/src/main/java/org/apache/polaris/service/config/ServiceProducers.java:
##########
@@ -495,4 +496,10 @@ public void closeEventListenerExecutor(
       managedExecutor.close();
     }
   }
+
+  @Produces
+  @RequestScoped
+  public MutableAttributeMap eventAttributeMap() {

Review Comment:
   Exactly. However, if a donwstream env. has a compatible CDI bean for a 
different purpose, it should be possible to disambiguate by adding a qualifier 
there.



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