Skip to content

Add support for per-message compression to Protobuf #3811

@bernardnormier

Description

@bernardnormier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions