GH-685 - Introduce spring.modulith.events.jdbc.schema to allow defining the database schema for the event_publication table.

This commit is contained in:
Raed
2024-07-06 10:47:30 +01:00
committed by Oliver Drotbohm
parent 17c329dc4e
commit 75b3ff4cac
8 changed files with 337 additions and 110 deletions

View File

@@ -26,6 +26,10 @@ Can either be the class name of a custom implementation of `ApplicationModuleDet
|`false`
|Whether to initialize the JDBC event publication schema.
|`spring.modulith.events.jdbc.schema`
|
|The schema name for the event publication table. If not specified, the table will not be schema-qualified.
|`spring.modulith.events.kafka.enable-json`
|`true`
|Whether to enable JSON support for `KafkaTemplate`.