Skip to main content

Module streaming

Module streaming 

Source
Expand description

Shared streaming helpers for xDS discovery services.

This module provides common streaming logic that is shared across all discovery services (CDS, EDS, LDS, RDS, SDS) to reduce code duplication and ensure consistent behavior.

Modules§

configs
Common stream configurations for each discovery service.

Structs§

DiscoveryRequest
DiscoveryResponse
StreamConfig
Configuration for a discovery stream.

Enums§

StreamAction
Result of processing a stream request.

Functions§

convert_sotw_response
Convert a SotW response to a DiscoveryResponse.
handle_discovery_stream
Handle the common discovery stream logic.