Alexey Zorkaltsev

Results 21 comments of Alexey Zorkaltsev

Symbol.dispose and Symbol.asyncDispose appear in fresh builds of NodeJS 18 and 20. If NodeJS is not recently updated, these symbols may be missing. So including this functionality in the SDK...

A detailed implementation plan has been added to the issue description

In the process of customizing my SLO_TESTS project clone so that I can locally develop a code branch with new logic using the existing product SLO tests cluster

A detailed implementation plan has been added to the issue description

Now for each Table, Query client we create its own instances of discovery service, session pool etc. It seems logical to use the same instances in both clients. These is...

Check again, there is a question how it worked without await ready() Also remove the prepared queries. There should just be a caching option

The ready parts needed to solve this issue: TableClient.withSessionRetry takes the maxRetries parameter and closes sessions if specific errors occur and repeats an operation with new session; RETRYABLE_ERRORS_FAST is a...