1

How to configure the java client for couchbase to auto-reconnect?

Is it turned on by default? Also, it will be great if somebody can help to show how to do it using spring-data-couchbase.

4

1 回答 1

2

当节点通过重新平衡事件(重新)引入集群时,1.4.x 和 2.x 代的 Couchbase Java SDK 都将自动重新连接。Spring-data-couchbase(当前)基于 1.4.x SDK,它也应该透明地重新连接。

于 2015-07-11T10:25:08.310 回答