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

feature: Fail operations on stopped driver

Open rekby opened this issue 1 year ago • 0 comments

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.

rekby avatar Mar 29 '23 10:03 rekby