Move gzip/deflate decompression Flows from akka-http-experimental to akka-stream
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.4k
- Forks
- 584
- Avg merge
- 14h 33m
- Merged PRs (30d)
- 24
Description
**Issue by [liff](https://github.com/liff)**
_Wednesday Sep 07, 2016 at 20:15 GMT_
_Originally opened as https://github.com/akka/akka/issues/21395_
---
Providing a `Flow` for decompressing gzip streams should be useful outside the HTTP context. For reading gzipped files, for example.
I propose moving the non-HTTP-related gzip and deflate compression and decompression classes from akka-http-experimental to akka-stream.
If that sounds OK, I can open a PR with the necessary changes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the non-HTTP gzip and deflate compression and decompression classes in akka-http-experimental, then review their dependencies and the akka-stream module boundaries. Done means the relevant Flows are available from akka-stream while remaining independent of HTTP.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100