event-driven-dotnet / EventDriven.EventBus.Dapr

Event bus abstraction over Dapr pub/sub
MIT License
22 stars 5 forks source link

Idea: MediatR integration #6

Closed tonysneed closed 2 years ago

tonysneed commented 3 years ago

From @rynowak:

You might want to think about MediatR integration - it could be a sample for instance - you don't actually have to bake it in as a dependency.

MediatR is already a popular library in this space and it probably includes useful features that are out of scope for this project: https://codeopinion.com/why-use-mediatr-3-reasons-why-and-1-reason-not/

tonysneed commented 3 years ago

MediatR is definitely worth checking out. I'll have a look!