Domain client for Pageserver GRPC. (#12111)

Add domain client for new communicator GRPC types.
This commit is contained in:
Elizabeth Murray
2025-06-18 08:51:49 -07:00
committed by GitHub
parent d8d62fb7cb
commit 830ef35ed3
4 changed files with 199 additions and 0 deletions

3
Cargo.lock generated
View File

@@ -4465,11 +4465,14 @@ dependencies = [
name = "pageserver_page_api"
version = "0.1.0"
dependencies = [
"anyhow",
"bytes",
"futures",
"pageserver_api",
"postgres_ffi",
"prost 0.13.5",
"thiserror 1.0.69",
"tokio",
"tonic 0.13.1",
"tonic-build",
"utils",