Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use NServiceBus with Azure Service Fabric?

The way I see it, Azure Service Fabric would maintain the cluster of microservices, and NServiceBus would facilitate the communication between services. I see next to no documentation online about this combination, so I am curious if I am fundamentally mistaken in how these two things work.

like image 340
adam3039 Avatar asked Jan 04 '23 22:01

adam3039


1 Answers

You can perfectly run nservicebus inside service fabric, just use the self hosting approach together with the Azure Service Bus transport and potentially the azure storage persistence for sagas.

I've taken note of your request to document this here: https://github.com/Particular/docs.particular.net/issues/2328

like image 156
Yves Goeleven Avatar answered Feb 06 '23 06:02

Yves Goeleven