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 support for per-message compression to Protobuf #3811

Open
bernardnormier opened this issue Nov 29, 2023 · 0 comments
Open

Add support for per-message compression to Protobuf #3811

bernardnormier opened this issue Nov 29, 2023 · 0 comments
Labels
Milestone

Comments

@bernardnormier
Copy link
Member

bernardnormier commented Nov 29, 2023

We encode Protobuf message using the gRPC framing, which includes a byte for compression.

We should add support for compression and decompression using that byte (bool) in the IceRpc.Protobuf encode/decode logic. Unlike what we do for Slice, I don't think we can use an IDL-independent interceptor and middleware. This needs to be combined with the Protobuf encode/decode logic.

@bernardnormier bernardnormier added this to the Future milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant