apache / apache/pulsar-client-go
[feature request] Support SNAPPY CompressionType
Open
- Dominant language
- Go
- Stars
- 745
- Forks
- 389
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 3
Description
## Motivation
As the title says. In go client, Snappy compression is not yet supported.
https://github.com/apache/pulsar-client-go/blob/77c7ccbd144b00d17c320c5f67cadaedb53f6b1e/pulsar/producer.go#L38-L43
Contributor guide
Research direction
Start with pulsar/producer.go at lines 38-43, then trace how the existing CompressionType values are represented and handled in the Go client. The work is done when SNAPPY is accepted and used consistently wherever producer compression types are processed; check the existing compression-related tests or test entry points before changing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100