pingap-upstream

Crates.iopingap-upstream
lib.rspingap-upstream
version0.11.0
sourcesrc
created_at2025-05-10 12:15:14.907397+00
updated_at2025-05-10 12:15:14.907397+00
descriptionUpstream for pingap
homepagehttps://github.com/vicanso/pingap
repositoryhttps://github.com/vicanso/pingap
max_upload_size
id1668328
size140,540
Tree Xie (vicanso)

documentation

README

Pingap Upstream

Manages backend server connections and load balancing

Overview

Pingap Upstream is a module responsible for managing and load balancing connections to backend servers. It provides functionality for:

  • Dynamic server pool management
  • Health checking of backend servers
  • Load balancing across multiple backends using various algorithms
  • Connection pooling and failover handling

Features

  • Multiple load balancing strategies:
    • Round Robin
    • Hash
  • Automatic health checks
  • Dynamic backend server addition/removal
  • Connection timeout handling
Commit count: 0

cargo fmt