hungphan227 commented on code in PR #2465: URL: https://github.com/apache/james-project/pull/2465#discussion_r1810458999
########## event-bus/api/src/main/java/org/apache/james/events/EventDeadLetters.java: ########## @@ -93,6 +94,10 @@ public String asString() { Mono<Event> failedEvent(Group registeredGroup, InsertionId failDeliveredInsertionId); + default Mono<Event> failedEvent(Group registeredGroup, InsertionId failDeliveredInsertionId, Map<Group, EventSerializer> mapGroupToEventSerializer) { Review Comment: Circular dependency injection error occurred when I tried to inject event busses into event dead letter (CassandraEventDeadLetters) -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org