Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to add "Debug handlers" to the channel pipelines #596

Open
Lukasa opened this issue Jun 16, 2022 · 1 comment
Open

Add functionality to add "Debug handlers" to the channel pipelines #596

Lukasa opened this issue Jun 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Lukasa
Copy link
Collaborator

Lukasa commented Jun 16, 2022

A useful trick we learned in grpc-swift is that it can be handy to allow users to insert a "debug handler" (or several) into each channel pipeline. This should usually be given the option to insert itself anywhere in the pipeline (meaning we should probably name our handlers), and can enable all kinds of useful observability and testing. We may need to be careful for HTTP/2, and we should consider @glbrntt's grpc experience here.

@Lukasa Lukasa added the enhancement New feature or request label Jun 16, 2022
@weissi
Copy link
Contributor

weissi commented Aug 3, 2022

Yes please, I use that functionality pretty much on every gRPC server/client I've ever created :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants