ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
36 stars 18 forks source link

Make GrpcTransport async initialization more configurable #260

Closed alex268 closed 4 months ago

alex268 commented 4 months ago

Maybe it would be better if we add option for GrpcTransport initialization mode? Like SYNC - waiting of discovery result on the build() method, ASYNC - no waiting on build(), waiting on any request, ASYNC_FALLBACK - no waiting anywhere, if discovery is not completed - requests will be sent to the initial endpoint

alex268 commented 4 months ago

Fixed in #264