spring-projects-experimental / spring-grpc

90 stars 19 forks source link

#8: Codec support #31

Closed andreilisa closed 1 month ago

andreilisa commented 1 month ago

This PR adds support for gRPC compression and decompression codecs by auto-configuring CompressorRegistry and DecompressorRegistry beans. It registers available Compressor and Decompressor instances with the corresponding registries.

dsyer commented 1 month ago

If you could squash your changes into one commit that would also be helpful.

onobc commented 1 month ago

If you could squash your changes into one commit that would also be helpful.

Also, a small description for the PR would be most welcomed.

andreilisa commented 1 month ago

If there aren't any TinyNits let me know and I will do the squash

dsyer commented 1 month ago

LGTM. Please rebase and squash.

andreilisa commented 1 month ago

@dsyer, It looks better now

onobc commented 1 month ago

Nice work @andreilisa !