File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/docs/antora/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet
50
50
|`true`
51
51
|Whether to enable JSON support for `RabbitTemplate`.
52
52
53
+ |`spring.modulith.events.republish-outstanding-events-on-restart`
54
+ |`false`
55
+ |Whether to republish outstanding event publications on restarts of the application.
56
+ Usually not recommended in multi-instance deployments as other instances might still be processing events.
57
+
53
58
|`spring.modulith.moments.enableTimeMachine`
54
59
|`false`
55
60
|Whether to enable the xref:moments.adoc[`TimeMachine`].
@@ -68,8 +73,7 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet
68
73
69
74
|`spring.modulith.republish-outstanding-events-on-restart`
70
75
|`false`
71
- |Whether to republish outstanding event publications on restarts of the application.
72
- Usually not recommended in multi-instance deployments as other instances might still be processing events.
76
+ |Deprecated as of 1.3. Prefer `spring.modulith.events.republish-outstanding-events-on-restart`.
73
77
74
78
|`spring.modulith.test.file-modification-detector`
75
79
|none
You can’t perform that action at this time.
0 commit comments