Daniel Little

Results 51 comments of Daniel Little

Hi @mjamro, this is something I can consider. I've found it useful to return a return type for failures and this change would enable that. However, I still feel that...

No worries at all, we're all busy doing something. I haven't found the time yet either. So yeah, feel free to start a PR!

There is no built in retry logic in Microbus but it would be something you can add using a global `IDelegatingHandler` and something like https://github.com/App-vNext/Polly

In MicroBus you can choose to run handlers as `asynchronous` or `asynchronous` see [Bus Settings](https://github.com/daniellittledev/Enexure.MicroBus/blob/master/src/Enexure.MicroBus/BusSettings.cs). Regarding retries in Delegating handlers they would cause all Event Handlers to re-run (or to...

Thanks for reporting the problem, I plan on looking into this.

Hi Monchu, Thanks for checking out MicroBus. I don't plan on signing the assemblies at this stage as it would be a breaking change, and I haven't had many people...

Given new information on the subject, I'm considering looking into this

Hey @topsey Thanks for your feedback. I've been thinking about including something like this as I've found myself checking the message types inside global handlers to get this kind of...

Thanks! I'll definitely consider adding more examples as well, which parts were you looking for exactly?

@webdevilopers did you see my follow up post https://www.lavinski.me/event-sourcing-what-properties-should-domain-events-have/