spring-projects / spring-modulith

Modular applications with Spring Boot
https://spring.io/projects/spring-modulith
Apache License 2.0
779 stars 129 forks source link

Add archiving event publication completion mode #806

Open odrotbohm opened 2 weeks ago

odrotbohm commented 2 weeks ago

The recently introduced delete completion mode provides an alternative to the default updating mode. It allows keeping the number of event publication entries low at the expense of completed publications not being accessible. A new archiving mode could augment the deletion of the original entry with an insert into a publication archive.

Required steps