My application ecosystem contains a number of bounded contexts and micro services and we are just starting to leverage an event-driven architecture and, hopefully, some event-sourced aggregates as well.
I’ve read some opinions that each context should have its own event store and only publish “integration” events across boundaries and not share its event store.
What is the current thinking in the EventStoreDb world?
Thanks in advance,
Andy