You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.