I want to connect more than 1 couchbase clusters in my Springboot codebase using ReactiveCouchbaseSortingRepository. Can you please suggest how to do that?
Scenario:
Cluster A and cluster B. XDCR from A to B. Read from B and update data to A so that B will also have same modifications.
Couchbase version - 5.0.x
java version - 11
Springboot - org.springframework.cloud:spring-cloud-sleuth:2.2.0.RELEASE
couchbase client - com.couchbase.client:java-client:2.7.10