hung-doan / .bookmarks

My life bookmarker
0 stars 0 forks source link

microservice service hub issue #42

Open hung-doan opened 6 years ago

hung-doan commented 6 years ago

I think each service function in the same service should subcrible event by themeself. Instead of one central subcribler then distribute event to another function by a mediator like MediatR

Because MediaR will not guarantee that event will be send to all receiver, and It wont retry if It was failed.

An I dont think Mediator have any retry, event processing guarantee . Is that bug with MediatR.Publish ?