reverse_tunnel: Add protos for contrib reverse tunnel reporting service#44327
Open
aakugan wants to merge 1 commit intoenvoyproxy:mainfrom
Open
reverse_tunnel: Add protos for contrib reverse tunnel reporting service#44327aakugan wants to merge 1 commit intoenvoyproxy:mainfrom
aakugan wants to merge 1 commit intoenvoyproxy:mainfrom
Conversation
f4de68e to
1c42b3d
Compare
Signed-off-by: aakugan <aakashganapathy2@gmail.com>
1c42b3d to
da27d8b
Compare
This was referenced Apr 9, 2026
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.
Commit Message
Add protos for contrib reverse tunnel reporting service
Additional Description:
The reporting service allows Envoy to push reverse tunnel connection state to a remote server.
Three proto files are introduced:
event_reporter.proto: Configuration for the EventReporter, which aggregates connection/disconnection events and fans them out to one or more pluggable clients.grpc_client.proto: Configuration for the gRPC streaming client, which sends batched events to a cluster over a bidirectional stream using an ACK/NACK protocol similar to xDS.stream_reverse_tunnels.proto: The gRPC service definition and request/response messages for the bidirectional reporting stream. Includes tunnel identity, nonce-based ACK/NACK, and server-driven send interval adjustment.All protos use v3alpha versioning under the contrib API path.
Risk Level: Low
Testing: Proto builds verified
Docs Changes: N/A
Release Notes: N/A