-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Snappy Compression Support #1
Labels
Comments
Maybe have a look at this: https://github.com/d2fn/gopack |
I feel like that goes against The Go Way. |
Agreed that gopack doesn't seem idiomatic for go. I think the snappy dependency is ok. |
Merged
ghost
mentioned this issue
Dec 22, 2016
slaunay
added a commit
to slaunay/sarama
that referenced
this issue
Dec 16, 2019
…oduce-pipeline Support request pipeline in AsyncProducer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gzip support was trivial because it's built into the Go standard libraries. For snappy we'll have to add a dependency on some 3rd-party library.
Probably: https://code.google.com/p/snappy-go/
And for reference, because dependency management is bizarre in Go if you're used to a Gemfile: http://www.stovepipestudios.com/blog/2013/02/go-dependency-management.html
The text was updated successfully, but these errors were encountered: