In the Transaction
API a com.couchbase.client.java.Cluster
is required for Transaction.create
. I don’t see a clear way to get a Java Cluster
from Scala Cluster
. My first approach would be to instantiate a Java and both Scala Cluster
s in each application.
Are there any objections to this idea?