Details
-
Type:
Bug
-
Status: In Progress
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Pull Request URL:
Description
SimpleReactiveCouchbaseRepository count() is missing the consistentWith(buildQueryScanConsistency() which can be found in findAll(Query q).
consistentWith() is not relevant to any other queries which operate on the id (findById(), findAllById(), upsertById, deleteById ). ReactiveRemoveByQuery already leverages consistentWith().