slashdotdash / conduit

RealWorld example backend implementing the CQRS/ES pattern in Elixir and Phoenix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `username` field from `AuthorCreated` event

slashdotdash opened this issue · comments

The author aggregate doesn't really need to know the username. Since it can be changed by the user aggregate we don't want to have to synchronise the value between two aggregates.