Skip to content

Add WriteAcks as a result of the SyncWriter operations #280

Open
@Eistern

Description

@Eistern

Problem

Currently, the tech.ydb.topic.write.SyncWriter interface does not provide any technical means for users to receive and analyze the results of their send(...) operations. This lack of functionality can make it difficult for developers to ensure that their messages are being sent successfully and to troubleshoot any issues that may arise.

Proposed solution

Propagate the results of sendImpl(...).join() to the user code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions