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
Problem
Currently, the
tech.ydb.topic.write.SyncWriterinterface does not provide any technical means for users to receive and analyze the results of theirsend(...)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