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
+4 -3
View File
@@ -53,13 +53,14 @@ runs:
musl-tools \
build-essential \
pkg-config \
libssl-dev
libssl-dev \
protobuf-compiler
- name: Install protoc
uses: rustfs/setup-protoc@v3.0.1
with:
version: "34.1"
repo-token: ${{ inputs.github-token || github.token }}
version: "29.3"
repo-token: ${{ github.token }}
- name: Install flatc
uses: Nugine/setup-flatc@v1