Info
Version: | 1.0.0-beta0002 |
Author(s): | NickDarvey.ServiceFabric.EventHubs.AspNetCore |
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.AspNetCore |
Install
Install-Package NickDarvey.ServiceFabric.EventHubs.AspNetCore
dotnet add package NickDarvey.ServiceFabric.EventHubs.AspNetCore
paket add NickDarvey.ServiceFabric.EventHubs.AspNetCore
NickDarvey.ServiceFabric.EventHubs.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- NickDarvey.ServiceFabric.EventHubs(>= 1.0.00002)
- Microsoft.AspNetCore.TestHost(>= 2.0.3)
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.