Implements Durable Task Storage by connecting to a GRPC server.
Info
Version: | 1.0.0 |
Author(s): | Lucas Lorentz |
Last Update: | Monday, June 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LLL.DurableTask.Server.Grpc.Client |
Install
Install-Package LLL.DurableTask.Server.Grpc.Client
dotnet add package LLL.DurableTask.Server.Grpc.Client
paket add LLL.DurableTask.Server.Grpc.Client
LLL.DurableTask.Server.Grpc.Client Download (Unzip the "nupkg" after downloading)
Dependencies
- LLL.DurableTask.Core(>= 0.0.4)
- Google.Protobuf(>= 3.14.0)
- Grpc.Core(>= 2.34.0)
- Grpc.Net.ClientFactory(>= 2.34.0)
- Microsoft.Azure.DurableTask.Core(>= 2.5.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.10)
- Microsoft.Extensions.Http(>= 3.1.10)