zb-client
0.1.0
See the version list below for details.
dotnet add package zb-client --version 0.1.0
NuGet\Install-Package zb-client -Version 0.1.0
<PackageReference Include="zb-client" Version="0.1.0" />
paket add zb-client --version 0.1.0
#r "nuget: zb-client, 0.1.0"
// Install zb-client as a Cake Addin #addin nuget:?package=zb-client&version=0.1.0 // Install zb-client as a Cake Tool #tool nuget:?package=zb-client&version=0.1.0
Represents an Zeebe C# client.
Uses as backend the libzbc project (https://github.com/zeebe-io/libzbc) to comunicate with the zeebe broker. For more information about the zeebe project please visit http://zeebe.io/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on zb-client:
Package | Downloads |
---|---|
zb-client-accelerator
This project is an extension of the zb-client (https://www.nuget.org/packages/zb-client/). Zeebe Job Workers are automatically recognized and boostrapped via a .Net HostedService. For more information about the zeebe project please visit https://camunda.com/platform/zeebe/ The basic idea for this came from https://github.com/camunda-community-hub/zeebe-client-csharp-bootstrap. We loved the idea, but had in some parts our own preferences for defaults, behaviour and separation of concerns. So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Credits still belong to https://github.com/arjangeertsema. |
|
zb-client-bootstrap
This project is an extension of the zb-client (https://www.nuget.org/packages/zb-client/). Zeebe Job handlers are automaticly recognized and boostrapped via a .Net HostedService. For more information about the zeebe project please visit https://camunda.com/platform/zeebe/ |
|
ZeeBridge
Simplify your Camunda integration with ZeeBridge, a .NET library designed to bridge the gap between worker jobs in your source code and Camunda. With its easy-to-use API and Zeebe-powered communication, ZeeBridge is the perfect solution for your Camunda connection needs. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on zb-client:
Repository | Stars |
---|---|
camunda-community-hub/zeebe-client-csharp
Contains an Zeebe C# client implementation.
|
Version | Downloads | Last updated |
---|---|---|
2.8.0 | 220 | 2/8/2025 |
2.7.0 | 34,608 | 9/18/2024 |
2.6.0 | 39,682 | 5/27/2024 |
2.5.0 | 49,960 | 2/2/2024 |
2.4.0 | 25,311 | 12/15/2023 |
2.3.0 | 22,096 | 10/15/2023 |
2.2.0 | 89,902 | 9/8/2023 |
2.1.0 | 8,648 | 8/12/2023 |
2.0.0 | 4,378 | 7/19/2023 |
1.3.0 | 274,220 | 1/19/2023 |
1.2.1 | 256,043 | 2/7/2022 |
1.2.0 | 8,427 | 2/1/2022 |
1.1.0 | 58,699 | 11/10/2021 |
1.0.2 | 52,825 | 8/20/2021 |
1.0.1 | 389 | 8/20/2021 |
1.0.0 | 16,861 | 5/10/2021 |
0.19.0 | 21,621 | 2/28/2021 |
0.18.0 | 10,364 | 9/23/2020 |
0.17.0 | 1,956 | 8/21/2020 |
0.16.1 | 11,917 | 6/4/2020 |
0.16.0 | 15,203 | 4/20/2020 |
0.15.0 | 42,592 | 1/28/2020 |
0.14.0 | 833 | 12/20/2019 |
0.13.0 | 764 | 11/8/2019 |
0.12.1 | 1,477 | 9/6/2019 |
0.12.0 | 610 | 9/6/2019 |
0.11.0 | 832 | 7/16/2019 |
0.10.0 | 619 | 7/10/2019 |
0.9.0 | 596 | 7/8/2019 |
0.8.0 | 613 | 6/11/2019 |
0.7.0 | 669 | 4/5/2019 |
0.6.0 | 667 | 3/14/2019 |
0.5.0 | 731 | 2/14/2019 |
0.4.0 | 748 | 2/6/2019 |
0.3.0 | 907 | 12/14/2018 |
0.2.0 | 936 | 12/9/2018 |
0.1.0 | 1,081 | 6/19/2018 |
Note: Currently only linux is supported as platform
Contains the core functionallity, like: poll, complete and fail, to create an job worker in C#.
This release is based on the zeebe 0.10.0 release (https://github.com/zeebe-io/zeebe) and uses the libzbc 0.10,0 as backend (https://github.com/zeebe-io/libzbc)