ydb-platform / yoj-project

YDB ORM for Java (YOJ) is a lightweight ORM for immutable entities. It has native support for YDB and is battle-tested.
Apache License 2.0
12 stars 11 forks source link

#58: `repository-ydb-v2`: Defer initialization of YDB GRPC transport from `YdbRepository` constructor to first usage #61

Closed nvamelichev closed 5 months ago

nvamelichev commented 5 months ago

This way we don't initialize the GRPC transport and session manager before we need them.