zeebe-connector
0.1.0
dotnet add package zeebe-connector --version 0.1.0
NuGet\Install-Package zeebe-connector -Version 0.1.0
<PackageReference Include="zeebe-connector" Version="0.1.0" />
paket add zeebe-connector --version 0.1.0
#r "nuget: zeebe-connector, 0.1.0"
// Install zeebe-connector as a Cake Addin #addin nuget:?package=zeebe-connector&version=0.1.0 // Install zeebe-connector as a Cake Tool #tool nuget:?package=zeebe-connector&version=0.1.0
Represents an Zeebe Hazelcast connector, which can be used in combination
with the Zeebe Hazelcast exporter.
The Zeebe Hazelcast exporter transforms the exported Zeebe Records into
protobuf messages and transfer them over the wire to the registered connectors.
Zeebe Hazelcast Connectors are available for Java and C#.
For more information please visit https://github.com/zeebe-io/zeebe-hazelcast-exporter .
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
- Google.Protobuf (>= 3.6.1)
- Google.Protobuf.Tools (>= 3.6.1)
- Hazelcast.Net (>= 3.10.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 795 | 1/23/2019 |
Released first version of the Zeebe Hazelcast Exporter and the corresponding C# connector.
The Exporter currently only supports the following value types:
* WorkflowInstanceEventListener
* DeploymentEventListener
* JobEventListener
* IncidentEventListener