python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Modeling DDD aggregates – decide who is responsible for what
after some time, I am still struggling to model my domain properly. Let me briefly introduce simplified background.
It is product monitoring SaaS. User needs to obtain a membership which defines his a...
ficus
Votes: 0
Answers: 1
DDD- Mapping events from external Bounded Context to domain model
My team is building a new microservice leveraging techniques from Domain-Driven Design and Event Sourcing. This service has to integrate with a handful of external bounded contexts (BCs) in the form o...

Dan
Votes: 0
Answers: 1
How can an event sourced entity to subscribe to state changes in another entity?
I have an events-sourced entity (C) that needs to change its state in response to state changes in another entity of a different type (P). The logic to whether the state of C should actually change is...
Nimrod Sadeh
Votes: 0
Answers: 1
What is the most efficient way to copy a CosmosDB collection and retain the order of items by physical partition?
I've tried many different combinations using Azure Data Factory to create a clone of a CosmosDB collection that maintains the order of items written to a partition, but unless I specify a batch write ...
Darren Hall
Votes: 0
Answers: 2