On Wed, Dec 16, 2015 at 2:28 PM, Danil Suits <
danil...@gmail.com> wrote:
> "If you use ES, then you can store the CommandId with your events. Filling
> processed list on aggregate rehydration and check new command versus it."
>
> How should this work if the command in question creates a new aggregate,
> rather than modifying the target of the command?
>
>
> On Wednesday, December 16, 2015 at 2:20:01 AM UTC-6, xiety wrote:
>>
>> If you use ES, then you can store the CommandId with your events. Filling
>> processed list on aggregate rehydration and check new command versus it.
>> Without ES you can just maintain commands ids list in DB, in the same
>> transaction where you modify your aggregate.
>>
>> On Wednesday, December 16, 2015 at 10:13:41 AM UTC+2, Michael Ainsworth
>> wrote:
>>>
>>> Care to shed some light on how to track which command IDs have already
>>> been executed from within a command handler?
>