Hi all, I use Couchbase Server community edition 6.0.0 build and Java SDK 2.7.2 version(com.couchbase.client.java-client-2.7.2).
In SDK 2 version do not provide Mono and Flux. So i want to Update Java SDK version to 3.x.
Java SDK 3.x ver is compatibility to Couchbase Server Community edition 6.0.0 ver??
And.
There is some guide for migration Java SDK 2.x to 3.x?
So many error occured if i update Java SDK version to 3.2.4 in my project. Please help me.
Thank you.
Hi @Jingon-Park there is indeed a migration guide, please see Migrating to SDK 3 API | Couchbase Docs.
Java 3.x is compatible with Couchbase 6.0, yes - though please note per our enterprise support policy that version is end of life already. Iād recommend using the latest (7.1).
2 Likes
Thany you. It is helpful for me.