Questions - ryanrdl/NServicebus-Demo GitHub Wiki
Domain
- Is a route for 1 customer only or could multiple customers use the same route?
- Are we going to define what is "master data" (i.e. boms, materials, equipment, etc...).
- Do we need to version master data?
Technical
- How are we going to handle identity generation?
- If we have a master data solution, do we just pass around IDs and use composition to assemble current metadata about that master data?