ydb-platform / ydb-platform/ydb-java-sdk
Add Future as a result of `tech.ydb.topic.read.DeferredCommitter#commit`
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 53
- Forks
- 40
- Avg merge
- 9h 51m
- Merged PRs (30d)
- 7
Description
Currently, tech.ydb.topic.read.DeferredCommitter#commit does not provide any means to check whether the commit was acknowledged by a server or not which makes it impossible to detect situations when commits are being sent but never acknowledged.
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 reading tech.ydb.topic.read.DeferredCommitter#commit and the surrounding topic-read API. Trace how commit acknowledgements are currently handled, then define done as allowing callers to observe whether the server acknowledged the commit through the returned Future. The payload names no files or tests, so locate the relevant API tests before making changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100