service-fabric-pub-sub
service-fabric-pub-sub copied to clipboard
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 support...
net6
Are there plans to upgrade to net6?
I could only find this method in `BrokerServiceLocator` that creates partition keys for connecting to the broker service: https://github.com/SoCreate/service-fabric-pub-sub/blob/5b92715c64c5384f10fd532d4912f4cf5c1f8409/src/SoCreate.ServiceFabric.PubSub/Helpers/BrokerServiceLocator.cs#L160 Is it possible to specify a custom partition key, rather than...
I had a look through the code and couldn't see how messages are published to specific stateless service instances. Is that possible with this library?
Was wondering if anyone has utilized this pub/sub library in a service fabric SignalR backplane scenerio? [Background here.](https://docs.microsoft.com/en-us/aspnet/core/signalr/scale?view=aspnetcore-2.2#redis-backplane) [SignalR Issue](https://github.com/aspnet/SignalR/issues/223)
@loekd, In order to help users find the new Nuget package, can we put a message in the description of the old package pointing users to the new one? Do...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...