The CRUD methods that are backed by a view in SimpleCouchbaseRepository now take the default view consistency into account. This includes findAll(), findAll(keys), count() and deleteAll(). PagingAndSortingRepository findAll methods already took the default N1QL consistency into account. This is verified in an unit test and has been made more explicit in the repository documentation.