redpanda-data / redpanda-data/connect

Allow decompress processor to automatically detect compression type

Open
#862 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement processors ux
Dominant language
Go
Stars
8.8k
Forks
969
Avg merge
1d 13h
Merged PRs (30d)
64

Description

There are cases where the compression of input data is unknown (including possibly not compressed). One use case is user uploaded binary data where the underlying source can have various compression types.

The decompress processor could have an option to automatically detect and decompress the input. Either a new compression algorithm type, a new option, or the default behavior if no algorithm is given.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the decompress processor and its current compression-algorithm handling. Review the supported formats and existing tests, then clarify whether detection should be an option, a new algorithm type, or the default; done means compressed inputs are detected and decompressed, while uncompressed input remains usable.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
stream-processing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.