Replies: 1 comment
-
|
Hey there, great to see you again! :) Thanks for the suggestion! I think events would overcomplicate this project, but I was actually planning to publish a modular monolith example where they would fit nicely. I already have some ideas and initial work done, but I can't give you a timeline for the release yet. However, I can say that even in that example I’d probably stick to implementing the inbox/outbox pattern using a single database — introducing message brokers without actual microservices feels like unnecessary complexity for a template project. Would you consider publishing an example in your own repo? I'd be curious to check it out — and I’ll definitely mention you if I end up using anything from it! :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes it is helpful to implement outbox pattern for many medium/large size systems, so it might be useful to include a template or example.
I can share some code from my current implementation if it would be relevant for this project.
Beta Was this translation helpful? Give feedback.
All reactions