Bug Report
YDB Python SDK version:
arc
Current behavior:
We are using TopicWriter. Today we've faced issue when we've pushed messages to topic via write method about 10 minutes, then later ydb._topic_writer.topic_writer.TopicWriterError: Timeout waiting for init response exception happened and all queued messages were lost
Expected behavior:
sdk handles reconnection issues itself without loosing data. I know we should use write_with_ack method itself but it could be perf degradation (as comment states)
Bug Report
YDB Python SDK version:
arc
Current behavior:
We are using TopicWriter. Today we've faced issue when we've pushed messages to topic via write method about 10 minutes, then later
ydb._topic_writer.topic_writer.TopicWriterError: Timeout waiting for init responseexception happened and all queued messages were lostExpected behavior:
sdk handles reconnection issues itself without loosing data. I know we should use write_with_ack method itself but it could be perf degradation (as comment states)