go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
801 stars 126 forks source link

Add gRPC gzip compression to carbonserver #513

Closed emadolsky closed 1 year ago

emadolsky commented 1 year ago

Carbonserver http already uses gzip compression. This PR adds the same compression to gRPC.