vesoft-inc / nebula-java

Client API and data importer of Nebula Graph in Java
Apache License 2.0
164 stars 121 forks source link

isolate broken graphd server while client application is running #524

Closed Nicole00 closed 1 year ago

Nicole00 commented 1 year ago

Isolation is config with SessionPoolConfig.setReconnect(), the default value is false, meaning no reconnect with other available server hosts. If reconnect is true, try all available server hosts util it connects succeed or hosts is exhausted.