ydb-platform / ydb-platform/ydb-python-sdk

feature: receive encoded messages

Open
#368 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement topic
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.