[Rust] Add persistent gRPC transport - #762
Open
elenagaljak-db wants to merge 1 commit into
Open
Conversation
This was referenced Aug 20, 2026
elenagaljak-db
force-pushed
the
stack/eos-grpc-core
branch
from
August 20, 2026 09:27
98b4072 to
9dcabe6
Compare
elenagaljak-db
force-pushed
the
stack/eos-proto
branch
from
August 20, 2026 09:27
4ff9401 to
fd8c70d
Compare
elenagaljak-db
force-pushed
the
stack/eos-grpc-core
branch
from
August 20, 2026 10:47
9dcabe6 to
18a643f
Compare
elenagaljak-db
force-pushed
the
stack/eos-proto
branch
from
August 20, 2026 10:47
fd8c70d to
1ffcd2e
Compare
Signed-off-by: elenagaljak-db <elena.galjak@databricks.com>
elenagaljak-db
force-pushed
the
stack/eos-proto
branch
from
August 20, 2026 13:09
1ffcd2e to
82a81bf
Compare
elenagaljak-db
force-pushed
the
stack/eos-grpc-core
branch
from
August 20, 2026 13:09
18a643f to
abf5a92
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
This PR implements the internal gRPC transport and recovery machinery for persistent streams. It deliberately does not expose a new public SDK type; that surface is added in #763.
The sender, receiver, connection, and supervisor tasks are shared between ephemeral and persistent streams through a typed transport seam. Persistent streams use the dedicated RPC while ephemeral behavior remains unchanged.
Persistent behavior includes:
stream_idafter recovery.last_committed_offset + 1after process-level resume.The implementation remains behind
eos. Its internal transport/recovery addition is recorded inrust/NEXT_CHANGELOG.md.Stack
How is this tested?
cargo check -p databricks-zerobus-ingest-sdk --features eoscargo test -p databricks-zerobus-ingest-sdk --features eos --lib— 156 tests passed