Coder Social home page Coder Social logo

Support RPC payload compression about grpc-go HOT 16 CLOSED

grpc avatar grpc commented on June 19, 2024 3
Support RPC payload compression

from grpc-go.

Comments (16)

bboreham avatar bboreham commented on June 19, 2024 2

Since this is the top hit when I search for info on compression, I'll add a link here to
https://github.com/grpc/grpc-go/blob/master/Documentation/compression.md

from grpc-go.

ebfio avatar ebfio commented on June 19, 2024

+1

from grpc-go.

dsymonds avatar dsymonds commented on June 19, 2024

+1 isn't a useful comment. Click the "Subscribe" button if you're just interested in updates.

from grpc-go.

ebfio avatar ebfio commented on June 19, 2024

@dsymonds Thanks David. Even though this comment is valid and widely accepted to support a request from another user (especially one without any reply from the maintainers), I just subscribed. Thanks for your time and helpful answer 👍

from grpc-go.

mwitkow avatar mwitkow commented on June 19, 2024

Does gRPC do automatic negotiation of compression? If this is added for other languages (Java, C++), will they be transparently negotiating it?

from grpc-go.

pires avatar pires commented on June 19, 2024

Will it be enabled by default? I vote for not doing it by default.

from grpc-go.

iamqizhao avatar iamqizhao commented on June 19, 2024

compression will be off by default.

On Wed, Aug 26, 2015 at 8:54 AM, Paulo Pires [email protected]
wrote:

Will it be enabled by default? I vote for not doing it by default.


Reply to this email directly or view it on GitHub
#101 (comment).

from grpc-go.

wencan avatar wencan commented on June 19, 2024

+1

from grpc-go.

wencan avatar wencan commented on June 19, 2024

+Snappy

from grpc-go.

wencan avatar wencan commented on June 19, 2024

you can use grpc.Codec

from grpc-go.

stevvooe avatar stevvooe commented on June 19, 2024

@wencan Is there a way to use grpc.Codec such that it changes based on the request headers or would this be static at instantiation time?

from grpc-go.

oxtoacart avatar oxtoacart commented on June 19, 2024

The problem with using grpc.Codec is that it operates one message at a time. When streaming results, compression would work better when done at the stream level rather than the message level, since repetition of data may occur across messages rather than within them.

from grpc-go.

oxtoacart avatar oxtoacart commented on June 19, 2024

Ah, looks like there are some options now to use compression, for example https://godoc.org/google.golang.org/grpc#RPCCompressor

from grpc-go.

pboyer avatar pboyer commented on June 19, 2024

@iamqizhao As noted by @oxtoacart, there are already compression API's. Are these API's supported? Is this issue to expand the set of supported compressors?

from grpc-go.

c4milo avatar c4milo commented on June 19, 2024

This is already covered with the Compressor and Decompressor types, right?

from grpc-go.

dfawley avatar dfawley commented on June 19, 2024

Yes, compression is supported now.

from grpc-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.