是否可以使用 spring-data-couchbase 连接多个 couchbase 集群?

Is it possible to connect multiple couchbase clusters using spring-data-couchbase?

我有一个需要连接到两个存储桶的场景。每个桶都在不同的 couchbase 集群中。是否可以配置两个不同集群中的两个桶?

应该 可以定义一个额外的 Cluster bean,关联 Bucket bean 和 CouchbaseTemplate。在同一个集群中使用 2 个存储桶当然是可能的,因此您可以从那里开始:http://docs.spring.io/spring-data/couchbase/docs/current/reference/html/#couchbase.repository.multibucket