ydb-platform / ydb-platform/ydb-java-sdk
Batching writes to topic
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 53
- Forks
- 40
- Avg merge
- 9h 51m
- Merged PRs (30d)
- 7
Description
as is:
Topic SDK has no options for batching writes.
to be:
Add options for batching writes as in c++ sdk: https://github.com/ydb-platform/ydb/blob/d2d07d368cd8ffd9458cc2e33798ee4ac86c733c/ydb/public/sdk/cpp/client/ydb_topic/topic.h#L1256-L1263
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 comparing the Java Topic SDK with the batching options in the referenced C++ topic.h section. Identify the Java entry points for topic writes and expose equivalent batching options; done means Java callers can configure batching consistently with the C++ SDK.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, stream-processing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100