cloops.nats 1.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package cloops.nats --version 1.0.14
                    
NuGet\Install-Package cloops.nats -Version 1.0.14
                    
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.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cloops.nats" Version="1.0.14" />
                    
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.14
                    
#r "nuget: cloops.nats, 1.0.14"
                    
#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.14
                    
#: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.14
                    
Install as a Cake Addin
#tool nuget:?package=cloops.nats&version=1.0.14
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.33 115 9/2/2025
1.0.32 107 9/2/2025
1.0.31 116 9/1/2025
1.0.30 110 9/1/2025
1.0.29 116 9/1/2025
1.0.28 129 9/1/2025
1.0.27 126 9/1/2025
1.0.26 121 9/1/2025
1.0.22 133 8/31/2025
1.0.21 126 8/31/2025
1.0.20 147 8/29/2025
1.0.19 150 8/29/2025
1.0.18 183 8/28/2025
1.0.17 172 8/28/2025
1.0.16 242 8/25/2025
1.0.15 237 8/25/2025
1.0.14 195 8/25/2025
1.0.13 200 8/24/2025
1.0.12 198 8/24/2025
1.0.11 192 8/24/2025
1.0.10 198 8/24/2025
1.0.9 197 8/24/2025
1.0.8 56 8/22/2025
1.0.7 51 8/22/2025
1.0.6 56 8/22/2025
1.0.5 126 8/21/2025
1.0.4 129 8/21/2025