Spring Modulith : how can Hero module get value team name from Team module?
I’m learning Spring Modulith.
There is 2 modules :
Spring Modulith : how can Hero module get value team name from Team module?
I’m learning Spring Modulith.
There is 2 modules :
How to configure retries for failed Spring application events persisted with Spring Modulith’s Event Publication Repository?
I am investigating how the Event Publication Repository in Spring Modulith works. I have it working so that when a listener fails, the event is stored in the registry as incomplete. According to the documentation, the event should be re-delivered to my listener when I restart the application, but this is not happening.