Tigran

Results 1 comments of Tigran

I am using `spring-boot-starter-data-mongodb` - 2.6.6 where `spring-data-mongodb`'s version is 3.3.3. I have a Task entity ``` @Sharded(shardKey = {"_id", "customer"}) @Document(collection = "task") public class Task { @Id private...