Hi team,
We are facing one issue in Couchbase. We are using Couchbase java SDK version 3.7.6 . Couchbase is our main data storage. We save our document as JSON every time we write into the collection. We have two regions and XDCR is configured to replicate data from one region to another region. We are noticing one issue where one region has the document in JSON type whereas, another one has the same document in “base64” type. Due to this reason whenever we do a DR switch, our application is failing. We are unable to find the re