Module server

Source
Expand description

The gRPC server implementation

Structs§

ScannerRPC
The server implementation

Constants§

MAX_KEYS_PER_REQUEST
The maximum number of keys that can be requested in a single request.
SCAN_RESPONDER_BUFFER_SIZE 🔒
The maximum number of messages that can be queued to be streamed to a client from the scan method.

Functions§

init
Initializes the zebra-scan gRPC server
process_results 🔒

Type Aliases§

BoxError 🔒
ServerTask 🔒