Event Publisher in a Spring/JPA legacy application #769
Unanswered
diegoicosta
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@odrotbohm suggested to used JDBC, It worked The Another relevant point: The notification log is persisted, but if the publisher method is not annotated with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm very interested into how to apply Modulith in a legacy spring-boot app (3.3.1), specially the event publisher and event externalization.
I'm facing a issue where the JPA repository can't start because there are multiple primary EntityManager in the app.
My question is, is there a way to avoid the auto-configuration and explicitly indicate a EntityManager qualifier to this JPA repository ?
Beta Was this translation helpful? Give feedback.
All reactions