Skip to content

PIP 53: Contribute DotPulsar to Apache Pulsar

Sijie Guo edited this page Dec 23, 2019 · 1 revision

At Danske Commodities A/S we have developed a Pulsar client library for .NET - DotPulsar. The repository is here: https://github.com/danske-commodities/dotpulsar and the NuGet package is here: https://www.nuget.org/packages/DotPulsar/ We would like to contribute the project back to the Pulsar community.


Motivation

Currently, there are no official client libraries for .NET. Therefore we have written one entirely in C# (implementing the binary protocol), using the latest constructs like IAsyncDisposable, IAsyncEnumerable, ValueTask, nullable, pipelines and ReadOnlyMemory/ReadOnlySequence, for optimal developer experience and performance.

Features

DotPulsar is by no means feature complete, but the basic use cases (for Danske Commodities A/S) are supported.

Licenses

DotPulsar is under the Apache License Version 2.0 and only has two dependencies for the .NET Standard 2.1 version and four dependencies for the .NET Standard 2.0 version (which can be used from .NET Framework clients).

System.IO.Pipelines, Microsoft.Bcl.AsyncInterfaces and Microsoft.Bcl.HashCode

Developed by Microsoft and under the MIT license.

Protobuf-net

Developed by Marc Gravell and under the Apache License Version 2.0.

We are looking forward to any feedback.

Clone this wiki locally