Skip to main content

Module proto

Module proto 

Source
Available on crate features transport-grpc and transport only.
Expand description

Generated protobuf types for DFE native gRPC transport.

Modules§

dfe_transport_client
Generated client implementations.
dfe_transport_server
Generated server implementations.

Structs§

Batch
A whole WorkBatch’s records. Commit tokens and inline-DLQ entries are NOT sent on the wire: tokens are the SENDER’s source acks (fired locally after the block is sent), and DLQ entries are a local no-silent-drop concern.
BatchAck
Acknowledgement for a RouteBatch call.
Header
One application/transport header (key + opaque value bytes).
HealthCheckRequest
HealthCheckResponse
PushRequest
PushResponse
Record
One work record. Mirrors the Rust Record + RecordMeta. The payload bytes field is OPAQUE and decodes zero-copy into bytes::Bytes.

Enums§

Format
Data format hint for the receiver.
ServingStatus
Serving status.