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
We now support an archiving completion mode that copies the entry to be completed into a dedicated archive to retain the completed event publications but also keep the main publication store small for more efficient data access.
Co-authored-by: Oliver Drotbohm <oliver.drotbohm@broadcom.com>
Copy file name to clipboardExpand all lines: spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/support/CompletionMode.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,13 @@ public enum CompletionMode {
36
36
/**
37
37
* Completes an {@link org.springframework.modulith.events.EventPublication} by removing the database entry.
38
38
*/
39
-
DELETE;
39
+
DELETE,
40
+
41
+
/**
42
+
* Completes an {@link org.springframework.modulith.events.EventPublication} by moving the database entry to
0 commit comments