adutra commented on code in PR #4677:
URL: https://github.com/apache/polaris/pull/4677#discussion_r3396935973
##########
runtime/service/src/main/java/org/apache/polaris/service/events/listeners/inmemory/InMemoryBufferEventListener.java:
##########
@@ -187,4 +185,14 @@ protected void onProcessorError(String realmId, Throwable
error) {
error);
processors.invalidate(realmId);
}
+
+ @VisibleForTesting
+ EventProcessor processor(String realmId) {
Review Comment:
@visit2rahul I owe you an apology: I made you access the field directly but
it turns out CDI wasn't happy with that.
--
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]