Can Couchbase Transaction operations be executed in parallel with the Java API?

Thanks, @graham.pople actually our backend automatically upgraded to version 1.2.3. Then we simply added .par in Scala to all iterators that process many elements in the transaction, and all of our 1200 tests worked flawlessly.

1 Like