SoCreate / service-fabric-pub-sub

Do you want to create an Event Driven Architecture while using Azure Service Fabric? Do you need to reliably broadcast messages between Actors and Services? This code will help you do that. It supports both Actors and Services as publishers and subscribers.
MIT License
134 stars 53 forks source link

Use for SignalR backplane? #82

Open profet23 opened 5 years ago

profet23 commented 5 years ago

Was wondering if anyone has utilized this pub/sub library in a service fabric SignalR backplane scenerio?

Background here.

SignalR Issue

danadesrosiers commented 5 years ago

Not that I am aware of. Sounds interesting, though.