dynamic_modules: add Transport Socket ABI, SDK, and metrics support#44132
Merged
Conversation
mathetake
reviewed
Mar 27, 2026
| * @return envoy_dynamic_module_type_transport_socket_io_result is the result of the read operation. | ||
| */ | ||
| envoy_dynamic_module_type_transport_socket_io_result | ||
| envoy_dynamic_module_on_transport_socket_do_read( |
Member
Author
There was a problem hiding this comment.
Yeah, it's coming from TransportSocket::doRead() / TransportSocket::doWrite() which we have in envoy/network/transport_socket.
| * operation. | ||
| */ | ||
| envoy_dynamic_module_type_transport_socket_io_result | ||
| envoy_dynamic_module_on_transport_socket_do_write( |
Member
Author
There was a problem hiding this comment.
Yep, will keep it for consistency.
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
mathetake
approved these changes
Mar 27, 2026
TAOXUY
pushed a commit
to TAOXUY/envoy
that referenced
this pull request
Apr 1, 2026
…nvoyproxy#44132) Signed-off-by: Xuyang Tao <taoxuy@google.com>
citrus7
pushed a commit
to citrus7/envoy
that referenced
this pull request
Apr 1, 2026
…nvoyproxy#44132) Signed-off-by: Jonathan Wu <jtwu@google.com>
nshipilov
pushed a commit
to nshipilov/envoy
that referenced
this pull request
Apr 13, 2026
…nvoyproxy#44132) Signed-off-by: Nick Shipilov <nick.shipilov.n@gmail.com>
krinkinmu
pushed a commit
to grnmeira/envoy
that referenced
this pull request
Apr 20, 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.
Description
This PR adds support for Transport Socket extensions in Dynamic Modules so that we can built kTLS and other functionality on top of it.
Commit Message: dynamic_modules: add Transport Socket ABI, SDK, and metrics support
Additional Description: Added support for Transport Socket extensions in Dynamic Modules
Risk Level: Low
Testing: Added Tests
Docs Changes: Added
Release Notes: N/A