Info
Version: | 1.0.0-beta0002 |
Author(s): | NickDarvey.ServiceFabric.EventHubs |
Last Update: | Tuesday, June 12, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NickDarvey/ServiceFabric.EventHubs |
NuGet Url: | https://www.nuget.org/packages/NickDarvey.ServiceFabric.EventHubs |
Install
Install-Package NickDarvey.ServiceFabric.EventHubs
dotnet add package NickDarvey.ServiceFabric.EventHubs
paket add NickDarvey.ServiceFabric.EventHubs
NickDarvey.ServiceFabric.EventHubs Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.EventHubs(>= 2.0.0)
- Microsoft.ServiceFabric.Services(>= 3.0.456)
Tags
Event Hubs is a great entry point for a bajillion messages coming into your Service Fabric application.
This package provides the glue to directly connect a service to Event Hubs, process events and checkpoint as it goes.