Replies: 1 comment
-
If you enable Eventuous logs, you will see log messages from different Eventuous components, including the type mapper. It logs a warning when event names are conflicting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that when events had the same name in the MapEvents() function, events just stops projecting to MongoDB. I spent quite a long time trying to pinpoint the problem and finally realised that our integration event name was the same as our domain event name and Eventuous wasn't sure which one it was referring to. I understand that it was our fault but it would be nice if Eventuous stopped with an exception instead of quietly running on. After renaming the integration event name, the MongoDB projections started to work.
Beta Was this translation helpful? Give feedback.
All reactions