VOOZH about

URL: https://www.nuget.org/packages/cloops.nats/1.0.29

⇱ NuGet Gallery | cloops.nats 1.0.29




cloops.nats 1.0.29

There is a newer version of this package available.
See the version list below for details.
dotnet add package cloops.nats --version 1.0.29
 
 
NuGet\Install-Package cloops.nats -Version 1.0.29
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cloops.nats" Version="1.0.29" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cloops.nats" Version="1.0.29" />
 
Directory.Packages.props
<PackageReference Include="cloops.nats" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add cloops.nats --version 1.0.29
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: cloops.nats, 1.0.29"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package cloops.nats@1.0.29
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=cloops.nats&version=1.0.29
 
Install as a Cake Addin
#tool nuget:?package=cloops.nats&version=1.0.29
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

CLOOPS NATS SDK

The official Connection Loops SDK for reliable event-driven communication using NATS messaging system. This SDK provides strongly-typed event publishing and consumption capabilities for distributed microservices.

Overview

Cloops NATS SDK will help you overcome some ofthe common problems in distributed systems communication to help build reliable systems. Some features include -

  • Strong typing for all events, subjects and their associations
  • Compile-time safety for event publishing
  • Well-defined patterns for event governance
  • Opinionated conventions specific to Connection Loops operations to help stay out of commomn pitfalls.

Installation

Add cloops.nats package reference to your .csproj file. Please note we deliberately want all of our consumers to stay on latest version of the SDK.

<PackageReference Include="cloops.nats" Version="*" />

Once added, just to dotnet restore to pull in the SDK.

Quickstarts

Take a look at some examples here

Documentation

For detailed documentation, setup instructions, and contribution guidelines:

📚 View Complete Documentation

Environment Variables used by SDK

  • NATS_SUBSCRIPTION_QUEUE_SIZE
    • This vaiable defines what should be the max limmit of messages queued up for each subscription. Use this to control backpressure. Default: 10,000
Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on cloops.nats:

Package Downloads
cloops.microservices

Opinionated SDK to effortlessly build lean highly performant cloud native microservices

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.6 6,339 12/14/2025
1.1.5 202 12/14/2025
1.1.4 201 12/14/2025
1.1.3 159 12/14/2025
1.1.2 154 12/14/2025
1.1.1 163 12/13/2025
1.0.42 360 11/17/2025
1.0.41 274 11/9/2025
1.0.40 204 11/9/2025
1.0.39 155 11/8/2025
1.0.38 174 11/8/2025
1.0.37 172 11/8/2025
1.0.36 217 10/12/2025
1.0.35 171 10/11/2025
1.0.34 216 9/28/2025
1.0.33 227 9/2/2025
1.0.32 223 9/2/2025
1.0.31 222 9/1/2025
1.0.30 218 9/1/2025
1.0.29 221 9/1/2025
Loading failed