This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
v9.0.0
Features
- Broker Stats: Added
GetBrokerStatsAsync()
andUnsubscribeByQueueNameAsync()
toBrokerClient
to help with monitoring and managing the Broker Service. - BrokerEvents: Added BrokerEventsManager allowing users to add custom callbacks on Broker events to implement custom logging and/or monitoring functionality.
Cleanup
- Demo App: Updated Demo app to .NET Core 2.2. Integrated LoadDemo into the Demo app.
- Organization: Reorganized the repository to group projects into src, test, and examples directories.
Breaking Changes
- Rename: Changed the project name to ServiceFabric.PubSub. Updated namespaces accordingly. The new Nuget package is: https://www.nuget.org/packages/SoCreate.ServiceFabric.PubSub.
Dependencies
- Nuget: Update Nuget packages (SF 3.3.644)