When we integrate with a Spring Data store, we configure things ourselves but we don't do that at the moment for Couchbase. This leads to a rather complex arrangement with a CouchbaseConfigurer interface we have to implement based on what was auto-configured.
For consistency, we should rather configure things ourselves.