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


##########
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:
   Disambiguate from what? This is the only `AttributeMap` CDI bean that we 
produce. Do you fear there could be more attribute maps being produced some day?



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