You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@odrotbohm - the thing mentioned here is that CompletedEventPublications interface exposes a method findAll() which would return all completed event publications, but IncompleteEventPublications does not provide such a method and there's a need to inject EventPublicationRegistry (e.g. in tests) to assert anything related to incomplete publications.
This difference might be misleading in my opinion.
I could try handling this and opening a pull request with that, what do you think about that?
patrzalektom
pushed a commit
to patrzalektom/spring-modulith
that referenced
this issue
May 22, 2024
I am looking at a scenario where I can dynamically batch the incomplete events which can also give room to do some extra work before or after.
The text was updated successfully, but these errors were encountered: