feat(ecstore): add internode transport boundary and TCP baseline runner (#3010)

* docs: add internode data transport RFC

* feat: add internode operation metrics

* fix feedback

* fix(ci): fallback protoc token to github.token

* feat(ecstore): add internode transport boundary and baseline runner

* feat(internode): harden data transport baseline

* Revert "feat(internode): harden data transport baseline"

This reverts commit 5b8d6b8aa4.

* fix(internode): address baseline review comments

* fix(ci): pin setup-protoc to stable release

* fix(ci): install protoc via apt on linux

* fix(ci): restore protoc install for macos and windows

---------

Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
Henry Guo
2026-05-20 06:41:34 +08:00
committed by GitHub
parent a8a5f25af3
commit e929814edc
7 changed files with 558 additions and 70 deletions
+1
View File
@@ -15,6 +15,7 @@
mod client;
mod context_propagation;
mod http_auth;
mod internode_data_transport;
mod peer_rest_client;
mod peer_s3_client;
mod remote_disk;