Re: Re: Exceptions in event handlers

"[email protected] [domaindrivendesign]" <[email protected]> 24 Apr 2015 03:52:39 -0700
Newsgroups gmane.comp.programming.domain-driven-design
Message-ID <[email protected]>
> At best this is implying 1-1 relationships between producers and subscribers. 

 This might be an indication that what is actually going on is a command being sent from one to the other - ergo modeling it as an event is incorrect / design flaw.
 

 >  and you have a bug in a subscriber of many.
 

 There is always the possibility of bugs, but in that case it is better to fix the bug in the subscriber than to write new code elsewhere to try to work around it.