![]() |
VOOZH | about |
dotnet add package Pulsar.Client --version 3.13.1
NuGet\Install-Package Pulsar.Client -Version 3.13.1
<PackageReference Include="Pulsar.Client" Version="3.13.1" />
<PackageVersion Include="Pulsar.Client" Version="3.13.1" />Directory.Packages.props
<PackageReference Include="Pulsar.Client" />Project file
paket add Pulsar.Client --version 3.13.1
#r "nuget: Pulsar.Client, 3.13.1"
#:package Pulsar.Client@3.13.1
#addin nuget:?package=Pulsar.Client&version=3.13.1Install as a Cake Addin
#tool nuget:?package=Pulsar.Client&version=3.13.1Install as a Cake Tool
👁 .NET Core Windows
👁 .NET Core Ubuntu
Pulsar.Client nuget | Pulsar.Client.Otel nuget
Supported pulsar cluster versions: 2.4+
Find examples of usage in /examples folder. We are trying to keep api similar to the Java client, so please take a look at it's documentation to understand possible options available. You can also join telegram chat https://t.me/pro_pulsar for further discussions.
Features list (based on Client Feature Matrix):
dotnet tool restoredotnet restorebrew install snappybrew install zstdsudo apt-get install -y libsnappy-devsudo apt-get install -y libzstd-devdotnet build (dotnet core sdk required) This will install required tools and then you can use any IDE to build solutioncd tests/UnitTests && dotnet testbrew tap streamlio/homebrew-formulaebrew install streamlio/homebrew-formulae/pulsarbrew install streamlio/homebrew-formulae/bookkeeperbrew services start pulsarbrew services start bookkeeper/tests/IntegrationTests/commands.txtpulsarAddress in Common.fs to point your pulsar clusteradvertisedAddress in broker.conf to point your pulsar clusterpublic/default namespace with default settingspublic/retention namespace with time or storage size retention configured| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Pulsar.Client:
| Package | Downloads |
|---|---|
|
Pulsar.Client.Otel
OpenTelemetry plugin for Pulsar.Client |
|
|
DotNetCore.CAP.Pulsar
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern. |
|
|
Zq.Utils.Core
.NET Standard2.0、.NET Standard2.1、.NET5、.NET6版本工具类 |
|
|
SnD.Sdk
SDK for Sneaks&Data OSS Projects |
|
|
EasyCore.EventBus.Pulsar
.Net Core EventBus,Distributed Event Bus,Based on Pulsar。 |
Showing the top 2 popular GitHub repositories that depend on Pulsar.Client:
| Repository | Stars |
|---|---|
|
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
|
|
|
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.16.0 | 2,759 | 5/27/2026 |
| 3.15.2 | 10,639 | 5/6/2026 |
| 3.15.1 | 11,916 | 4/18/2026 |
| 3.15.0 | 17,236 | 4/1/2026 |
| 3.14.1 | 235 | 3/30/2026 |
| 3.14.0 | 221 | 3/30/2026 |
| 3.13.5 | 4,622 | 3/18/2026 |
| 3.13.4 | 21,305 | 2/10/2026 |
| 3.13.3 | 9,795 | 1/29/2026 |
| 3.13.2 | 14,955 | 1/15/2026 |
| 3.13.1 | 2,264 | 12/27/2025 |
| 3.13.0 | 49,914 | 11/8/2025 |
| 3.12.1 | 5,160 | 10/30/2025 |
| 3.12.0 | 65,505 | 9/22/2025 |
| 3.11.0 | 915 | 9/18/2025 |
| 3.10.0 | 32,596 | 7/31/2025 |
| 2.22.0 | 146 | 4/2/2026 |
| 2.21.1 | 168 | 1/30/2026 |
| 2.21.0 | 351 | 9/23/2025 |
| 2.20.0 | 311 | 7/31/2025 |
Fix receive getting stuck after seek in MultiTopicsConsumer