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

YDB Java SDK

Results 45 ydb-java-sdk issues
Sort by recently updated
recently updated
newest added

Hi guys, There is a field keyRanges in TableDescription. I don't see that it is used in CreateTableRequest, though I would expect that somehow it would be mapped to partition_at_keys...

CI example is here: https://github.com/ydb-platform/ydb-nodejs-sdk/blob/main/.github/workflows/slo.yml Workload sample and description is here: https://github.com/ydb-platform/ydb-nodejs-sdk/tree/main/slo-workload As you can see from the repository, you will need to create a directory for the workload package...

Maybe it will be a good solution to use https://micrometer.io/

It is necessary to modify the SessionRetryContext class to work correctly with transactions, considering autocommit and interactive modes

Some of grpc-java options may have various restrictions like https://github.com/grpc/grpc-java/issues/7599 We need to describe all of options with recommendations how to use them

documentation

Both async and sync readers transfer messages in batches that are received from server as is. Sometimes it hurts performance in user scenarios where on each received batch user perform...

enhancement