You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a local deployed cluster with 3 static nodes (storage) an 4 dynamic nodes running the /Root/perfdb database.
I connect my java application to ydb with grpc://ydbd1:2136?database=/Root/perfdb, where ydbd1 - is the hostname of my first dynamic node. But this string becomes not valid when the ydbd1 node is not available.
Is there any way of specifying several endpoints (to all cluster nodes) for the client connection?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a local deployed cluster with 3 static nodes (storage) an 4 dynamic nodes running the
/Root/perfdb
database.I connect my java application to ydb with
grpc://ydbd1:2136?database=/Root/perfdb
, where ydbd1 - is the hostname of my first dynamic node. But this string becomes not valid when theydbd1
node is not available.Is there any way of specifying several endpoints (to all cluster nodes) for the client connection?
Beta Was this translation helpful? Give feedback.
All reactions