ydb-platform / ydb-platform/ydb-python-sdk
feature: receive encoded messages
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 102
- Forks
- 75
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Feature Request
Describe the Feature Request
Sometime customer need encoded message without decoding them (for example when reshard messages).
Need option for reader to skip the uncompress step.
A message struct need to contains metadata about original codec.
a mirror of https://github.com/ydb-platform/ydb-python-sdk/issues/367
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 with the reader entry point and message structure described in the issue, then trace how decompression is currently performed. Done means readers can skip decompression and messages retain metadata identifying the original codec, including the resharding use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100