This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new be7f555  Created PIP 53: Contribute DotPulsar to Apache Pulsar 
(markdown)
be7f555 is described below

commit be7f5558220ff83f0da96d7db8bb07d2250f0105
Author: Sijie Guo <guosi...@gmail.com>
AuthorDate: Mon Dec 23 13:47:55 2019 +0800

    Created PIP 53: Contribute DotPulsar to Apache Pulsar (markdown)
---
 PIP-53:-Contribute-DotPulsar-to-Apache-Pulsar.md | 44 ++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/PIP-53:-Contribute-DotPulsar-to-Apache-Pulsar.md 
b/PIP-53:-Contribute-DotPulsar-to-Apache-Pulsar.md
new file mode 100644
index 0000000..24633e0
--- /dev/null
+++ b/PIP-53:-Contribute-DotPulsar-to-Apache-Pulsar.md
@@ -0,0 +1,44 @@
+* **Status**: Proposed
+* **Author**: Daniel Blankensteiner
+* **Pull Request**: 
+* **Mailing List discussion**: 
https://lists.apache.org/thread.html/8ebe35027d818e595eec322da26a3f392324ec3d86c4c1b12b1ff498%40%3Cdev.pulsar.apache.org%3E
+* **Release**: 
+
+At [Danske Commodities 
A/S](https://github.com/danske-commodities/dotpulsar/wiki#who-we-are) 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.
+
+- Service discovery (LOOKUP)
+- Automatic reconnect/retry
+- [TLS 
connections](https://github.com/danske-commodities/dotpulsar/wiki/Client#tls-connection)
+- [TLS 
Authentication](https://github.com/danske-commodities/dotpulsar/wiki/Client#tls-authentication)
+- [JSON Web Token 
Authentication](https://github.com/danske-commodities/dotpulsar/wiki/Client#json-web-token-authentication)
+- [Producing message with/without 
metadata](https://github.com/danske-commodities/dotpulsar/wiki/Producer)
+- [Consuming messages using all subscription types and 
seeking](https://github.com/danske-commodities/dotpulsar/wiki/Consumer)
+- [Reading 
messages](https://github.com/danske-commodities/dotpulsar/wiki/Reader)
+- Read/Consume/Acknowledge batched messages (but currently not producing 
batched messages)
+
+# 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.

Reply via email to