Skip to content

Commit

Permalink
refactor: remove csharp support
Browse files Browse the repository at this point in the history
Since 2 year we not updated the csharp connector. We currently have no time to do this, furthermore we have no high need for it.
In order to avoid confusion I would remove the current code and create new if we have time for it.
  • Loading branch information
ChrisKujawa authored and saig0 committed May 12, 2021
1 parent 5c750b5 commit 9c6c164
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 4,924 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,6 @@ final ZeebeHazelcast zeebeHazelcast = ZeebeHazelcast.newBuilder(hz)

zeebeHazelcast.close();
```

### C# Application

Add the nuget package `zeebe hazelcast connector(???)` to your project.

Example usage:
```csharp
// Start the Hazelcast Client and connect to an already running Hazelcast Cluster on 127.0.0.1
var hz = HazelcastClient.NewHazelcastClient();
// Get a Topic called "zeebe-deployments"
var topic = hz.GetTopic<byte[]>("zeebe-deployments");

// Add a Listener to the Topic
DeploymentListener.Consumer consumer = (record) => Console.WriteLine(record.ToString());
topic.AddMessageListener(new DeploymentListener(consumer));

```

## Install

### Docker
Expand Down
31 changes: 0 additions & 31 deletions connector-csharp/Connector.sln

This file was deleted.

72 changes: 0 additions & 72 deletions connector-csharp/Connector/Connector.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions connector-csharp/Connector/Connector.nuspec

This file was deleted.

41 changes: 0 additions & 41 deletions connector-csharp/Connector/Properties/AssemblyInfo.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9c6c164

Please sign in to comment.