Sikora00 / nestjs-cqrs-events-error-handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a PoC repository showing how we can provide our error handling solution for errors thrown from event handlers. Check it here

Refs nestjs/cqrs#409

Notice!

Wrapping it with try catch is not a recommended way!

You should think about what is the best way to handler exceptions in your application to prevent it from being in an inconsistent state!

About


Languages

Language:TypeScript 86.0%Language:JavaScript 14.0%