ydb-go-sdk icon indicating copy to clipboard operation
ydb-go-sdk copied to clipboard

bug: Topic writer doesn't wait sent messages on close for async mode

Open rekby opened this issue 1 year ago • 0 comments

Bug Report

YDB GO SDK version: v3.52.3

writer.Write(ctx, mess)
writer.Close(ctx)

will lost messages, because Close will not wait while messages sent.

Need force wait sent messages on close.

rekby avatar Oct 05 '23 07:10 rekby