ydb-java-sdk
ydb-java-sdk copied to clipboard
Add Future as a result of `tech.ydb.topic.read.DeferredCommitter#commit`
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.