segmentio / kafka-go

Kafka library in Go
MIT License
7.6k stars 789 forks source link

Use Zstd compression not requiring CGO #303

Closed dwin closed 4 years ago

dwin commented 5 years ago

Describe the solution you'd like There are Go packages available that provide zstd compression without requiring CGO which is not preferred.

Working on this, will submit PR.

Supporting documentation

https://github.com/klauspost/compress/tree/master/zstd https://godoc.org/github.com/klauspost/compress/zstd

Pryz commented 5 years ago

hi @dwin, thanks for working on this. Do we have a timeline for the PR ?

dwin commented 5 years ago

hi @dwin, thanks for working on this. Do we have a timeline for the PR ?

Should have one over today.