muoncore / newton

Extend Muon into the world of Spring. Implement Muon apis, especially around events to provide DDD patterns natively in Spring Boot
http://muoncore.io
GNU Lesser General Public License v3.0
12 stars 5 forks source link

Aggregates with shared Ids try to load events that's not part of the aggregate #47

Closed bobjana closed 7 years ago

bobjana commented 7 years ago

As per discussion:

8:56 PM] 
the aggregate streams are named as `/aggregate/<id>`

[8:56 PM] 
we did talk about putting a qualifier in there.

[8:56 PM] 
`/aggregate/<AR name>/<id>`

The aggregate stream needs to be further qualified by name

bobjana commented 7 years ago

Was able to save 2 different aggregates with the same id