ydb-platform / ydb-platform/ydb-java-sdk

Add Future as a result of `tech.ydb.topic.read.DeferredCommitter#commit`

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.