Skip to main content

Module registry

Module registry 

Source
Expand description

Stream service registry for L4 routing

Maps listen ports to backend services for TCP and UDP proxying. Includes health-aware backend selection: unhealthy backends are skipped during round-robin selection, with a fallback to any backend if all are marked unhealthy.

Structs§

StreamRegistry
Registry for L4 stream services
StreamService
A resolved stream service with backend addresses and health state

Enums§

BackendHealth
Health state of a stream backend