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

https://github.com/ydb-platform/ydb-java-sdk/blob/master/core/src/main/java/tech/ydb/core/impl/YdbTransportImpl.java#L87 If discovery fails, `discovery.waitReady` will throw exception and `readyWatcher.run()` will never be called.

bug

### Problem Currently, the `tech.ydb.topic.write.SyncWriter` interface does not provide any technical means for users to receive and analyze the results of their `send(...)` operations. This lack of functionality can make...

YDB supports readTable and scan queries with implicit sessions. It's not necessary to use a real session for these types of queries.

Resolve UUID creating methods inconsistency https://github.com/ydb-platform/ydb/issues/9799 Fixes #326

Add correct recipes to https://ydb.tech/docs/en/recipes/ydb-sdk/ and https://ydb.tech/docs/ru/recipes/ydb-sdk/