Expand description
Official gRPC client for the Rerun Data Protocol.
Structs§
- ApiError
- Connection
Registry - Connection
Registry Handle - Registry of all tokens and connections to the redap servers.
- Generic
Connection Client - Expose an ergonomic API over the gRPC redap client.
- Segment
Query Params - Sourced
Credentials - Tonic
Status Error - Wrapper with a nicer error message
Enums§
- ApiError
Kind - Client
Credentials Error - Possible errors when creating a connection.
- Credential
Source - Credentials
Functions§
- channel
- fetch_
chunks_ response_ to_ chunk_ and_ segment_ id - Converts a
FetchChunksStreamstream into a stream ofChunks. - stream_
blueprint_ and_ segment_ from_ server - Canonical way to ingest segment data from a Rerun Data Platform server, dealing with server-stored blueprints if any.
- with_
retry - Helper function for executing requests or connection attempts with retries.
Type Aliases§
- ApiResult
- Convenience for
Result<T, ApiError> - Connection
Client - This is the type of
ConnectionClientused throughout the viewer, where theConnectionRegistryis used. - Redap
Client