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


##########
runtime/service/src/main/java/org/apache/polaris/service/events/listeners/inmemory/InMemoryBufferEventListener.java:
##########
@@ -126,4 +113,14 @@ protected void onProcessorError(String realmId, Throwable 
error) {
         error);
     processors.invalidate(realmId);
   }
+
+  @VisibleForTesting
+  UnicastProcessor<PolarisEvent> processor(String realmId) {
+    return processors.get(realmId);
+  }

Review Comment:
   Unfortunately the test needs the "get or create" behavior.



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