How to externalitze domain events to Kafka / AMQP, etc.? #448
-
Spring Modulith by default supports internal events to be persisted via JPA / JDBC into SQLalike supported DBs as well as NEO4J and MongoDB. These are all databases which support transactions. Does it make any sense to publish those internal events into e.g. Kafka / Rabbit MQ or if one wants to do this (for whatever reason) one should probably not use Spring Modulith in the first place but go via micro-services oriented architecture because then one has network transport layer in between? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The support for this is described in this section of our reference documentation. |
Beta Was this translation helpful? Give feedback.
The support for this is described in this section of our reference documentation.