ydb-java-sdk
ydb-java-sdk copied to clipboard
YDB Java SDK
It ssems to be a good idea to add open telemetry tracing integration - https://opentelemetry.io/docs/languages/java/
YDB has support of DyNumber type, but SDK doesn't support it right [now](https://github.com/ydb-platform/ydb-java-sdk/blob/develop/table/src/main/java/tech/ydb/table/values/PrimitiveType.java#L66)
We want to add more easy way to use the coordination service, like it made in analogs (ZooKeeper, Curator etc. )
https://github.com/ydb-platform/ydb-api-protos/blob/master/ydb_rate_limiter_v1.proto
Currently, when working with the `AsyncReader` there is no convenient way to block the main thread until it is not needed Example: ```java package org.example; import tech.ydb.topic.TopicClient; import tech.ydb.topic.read.AsyncReader; import...
There is reactive project by Hibernate https://hibernate.org/reactive/ It is not JPA/JDBC version, but new experimental implementation for reactive ORM. Because YDB Java SDK provides asynchronous API - it seems to...
We have already query stats for method executeDataQuery #122, but don't have for executeScanQuery
https://github.com/ydb-platform/ydb/blob/main/ydb/public/api/protos/ydb_table.proto#L391