Hi,
Latest akka-persistence-couchbase plugin for journalling events uses alpakka which internally uses couchbase-client-2.7.13 which seems quite older version.
Can it be possible to update it with the latest couchbase 3.0.x release as it contains major changes with respect to performance, scalability etc which are some of the issues I am facing while using current akka-persistence-couchbase version.
Kindly have a look at the couchbase docs for details explanation :
https://developer.couchbase.com/documentation/server/3.x/admin/Whats-new-3.0.html
It seems quite big change in terms of performance as I had verified the same by creating some sample applications.