ManagedCode.Orleans.Balancer 7.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package ManagedCode.Orleans.Balancer --version 7.1.1
NuGet\Install-Package ManagedCode.Orleans.Balancer -Version 7.1.1
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="ManagedCode.Orleans.Balancer" Version="7.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ManagedCode.Orleans.Balancer --version 7.1.1
#r "nuget: ManagedCode.Orleans.Balancer, 7.1.1"
#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.
// Install ManagedCode.Orleans.Balancer as a Cake Addin
#addin nuget:?package=ManagedCode.Orleans.Balancer&version=7.1.1

// Install ManagedCode.Orleans.Balancer as a Cake Tool
#tool nuget:?package=ManagedCode.Orleans.Balancer&version=7.1.1

img|300x200

Orleans.Balancer

.NET Coverage Status nuget CodeQL

Orleans.Balancer is a library for automatically balancing the number of active Grains in an Orleans distributed system. It allows you to set limits on the number of active Grains, and will automatically deactivate Grains if those limits are reached. It can also perform rebalancing of Grain activations between silos to ensure evenly distributed.

Motivation

Orleans is a distributed systems platform that makes it easy to build highly scalable, low-latency applications. However, managing the number of active Grains in an Orleans system can be challenging, especially in environments with unpredictable workloads. Orleans.Balancer solves this problem by providing automatic control over the number of active Grains, as well as tools for rebalancing activations between silos. This ensures that your Orleans applications have the resources they need to handle increased workloads without manual intervention. Use it together with https://github.com/managedcode/Keda

Getting Started

To use Orleans.Balancer, you will need to have an Orleans distributed system set up. Once you have that, you can install Orleans.Balancer using the provided NuGet package.

Usage

Orleans.Balancer is used by creating an instance of the Orleans.Balancer.Balancer class and passing in the desired settings. The Balancer class provides methods for controlling the number of active Grains, as well as for performing rebalancing operations.

Install package ManagedCode.Orleans.Balancer

siloBuilder.UseOrleansBalancer(o => { });

Contributing

We welcome contributions to Orleans.Balancer! If you have an idea for a new feature or have found a bug, please open an issue on GitHub.

Base on

https://github.com/oising/OrleansContrib.ActivationShedding

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
7.1.1 485 3/20/2023
7.1.0 242 3/11/2023
0.0.3 2,942 10/4/2022
0.0.2 2,454 10/4/2022
0.0.1 404 9/23/2022