ydb-python-sdk
ydb-python-sdk copied to clipboard
feature: Fail operations on stopped driver
Feature Request
db = ydb.Driver(...) reader = db.topic_client.reader(...) db.stop()
reader.receivemessage() # <- want to raise exception
similar to topic writer and queries in table service.