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
5050|`true`
5151|Whether to enable JSON support for `RabbitTemplate`.
5252
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+
5358|`spring.modulith.moments.enableTimeMachine`
5459|`false`
5560|Whether to enable the xref:moments.adoc[`TimeMachine`].
@@ -68,8 +73,7 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet
6873
6974|`spring.modulith.republish-outstanding-events-on-restart`
7075|`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`.
7377
7478|`spring.modulith.test.file-modification-detector`
7579|none
You can’t perform that action at this time.
0 commit comments