grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

passthrough scheme not documented

Open rittneje opened this issue 11 months ago • 7 comments

As far as I can tell, the passthrough:/// scheme does not appear to be documented anywhere. It is needed in order to properly use the bufconn package.

It is mentioned in this comment: https://github.com/grpc/grpc-go/issues/7091#issuecomment-2037663115

It is not mentioned in the language agnostic gRPC docs. https://github.com/grpc/grpc/blob/master/doc/naming.md

rittneje avatar Nov 19 '24 16:11 rittneje