Expand description
gRPC transport layer for AstraeaDB.
This module provides a thin adapter that converts gRPC requests into the
existing Request enum, delegates to RequestHandler::handle, and
converts the Response back into gRPC response types.
It does not duplicate any business logic – all processing goes through the same handler that the TCP server uses.
Modules§
Structs§
- Astraea
Grpc Service - The gRPC service implementation. Holds a shared reference to the same
RequestHandlerthat the TCP server uses.
Functions§
- run_
grpc_ server - Start the gRPC server on the given address.