Agoda.Frameworks.DB


Keywords
License
Apache-2.0
Install
Install-Package Agoda.Frameworks.DB -Version 7.1.139

Documentation

Overview

Agoda.Frameworks.LoadBalancing is a .NET Standard library that provides logic for handling retry and load balancing.

Features

  • Weight-adjusted random selection for data sources
  • Retry mechanism for sync and async functions
  • Thread-safe and multi-threading friendly retry manager
  • Dynamic weight adjustment base on action results
  • Built-in events for retry manager

Documentations

docs

Install

Http

NuGet version

dotnet add Agoda.Frameworks.Http

DB

NuGet version

dotnet add Agoda.Frameworks.DB

Grpc

NuGet version

dotnet add Agoda.Frameworks.Grpc

LoadBalancing Core

NuGet version

dotnet add Agoda.Frameworks.LoadBalancing

Build

dotnet build

Test

dotnet test

Contributors

@cyberhck for adding support for GitHub actions and fixed unit tests under different locales