dynamic_modules: adds write_to_socket and close_socket_with_details ABI callbacks for the listener filter#43491
Merged
agrawroh merged 4 commits intoenvoyproxy:mainfrom Feb 18, 2026
Merged
Conversation
…BI callbacks for the listener filter Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
mathetake
reviewed
Feb 18, 2026
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
mathetake
previously approved these changes
Feb 18, 2026
mathetake
approved these changes
Feb 18, 2026
bvandewalle
pushed a commit
to bvandewalle/envoy
that referenced
this pull request
Mar 17, 2026
…BI callbacks for the listener filter (envoyproxy#43491) ## Description This PR adds `write_to_socket` and `close_socket_with_details` ABI callbacks for the dynamic module listener filter to enable protocol negotiation use cases such as Postgres SSL and MySQL handshake at the listener filter level. --- **Commit Message:** dynamic_modules: adds write_to_socket and close_socket_with_details ABI callbacks for the listener filter **Additional Description:** Added `write_to_socket` and `close_socket_with_details` ABI callbacks for the dynamic module listener filter. **Risk Level:** Low **Testing:** Added Tests **Docs Changes:** Added **Release Notes:** Added --------- Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
fishcakez
pushed a commit
to fishcakez/envoy
that referenced
this pull request
Mar 25, 2026
…BI callbacks for the listener filter (envoyproxy#43491) ## Description This PR adds `write_to_socket` and `close_socket_with_details` ABI callbacks for the dynamic module listener filter to enable protocol negotiation use cases such as Postgres SSL and MySQL handshake at the listener filter level. --- **Commit Message:** dynamic_modules: adds write_to_socket and close_socket_with_details ABI callbacks for the listener filter **Additional Description:** Added `write_to_socket` and `close_socket_with_details` ABI callbacks for the dynamic module listener filter. **Risk Level:** Low **Testing:** Added Tests **Docs Changes:** Added **Release Notes:** Added --------- Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
krinkinmu
pushed a commit
to grnmeira/envoy
that referenced
this pull request
Apr 20, 2026
…BI callbacks for the listener filter (envoyproxy#43491) ## Description This PR adds `write_to_socket` and `close_socket_with_details` ABI callbacks for the dynamic module listener filter to enable protocol negotiation use cases such as Postgres SSL and MySQL handshake at the listener filter level. --- **Commit Message:** dynamic_modules: adds write_to_socket and close_socket_with_details ABI callbacks for the listener filter **Additional Description:** Added `write_to_socket` and `close_socket_with_details` ABI callbacks for the dynamic module listener filter. **Risk Level:** Low **Testing:** Added Tests **Docs Changes:** Added **Release Notes:** Added --------- Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
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
write_to_socketandclose_socket_with_detailsABI callbacks for the dynamic module listener filter to enable protocol negotiation use cases such as Postgres SSL and MySQL handshake at the listener filter level.Commit Message: dynamic_modules: adds write_to_socket and close_socket_with_details ABI callbacks for the listener filter
Additional Description: Added
write_to_socketandclose_socket_with_detailsABI callbacks for the dynamic module listener filter.Risk Level: Low
Testing: Added Tests
Docs Changes: Added
Release Notes: Added