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

Update README with custom codec needed for usage in Connect #135

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

bhollis
Copy link
Contributor

@bhollis bhollis commented Mar 18, 2024

The instructions for using vtprotobuf with Connect were incomplete - it is required to implement a custom gRPC-compatible codec a la Vitess because Connect internally uses the codec to directly serialize Status messages which do not have vtprotobuf helpers.

See https://github.com/connectrpc/connect-go/blob/main/protocol_grpc.go#L844-L846 and https://github.com/connectrpc/connect-go/blob/main/internal/gen/connectext/grpc/status/v1/status.pb.go

The instructions for using vtprotobuf with Connect were incomplete - it is *required* to implement a custom gRPC-compatible codec a la Vitess because Connect internally uses the codec to directly serialize `Status` messages which do not have vtprotobuf helpers.
Copy link
Member

@vmg vmg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, this makes sense.

@vmg vmg merged commit 0393e58 into planetscale:main Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants