microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
93 stars 68 forks source link

findAll with partition key #471

Closed linux-code closed 4 years ago

linux-code commented 4 years ago

Is there any plan to have findAll method with partition key if someone wants to get all records within specific partition?

Thanks.

linux-code commented 4 years ago

Hi, Can someone update this?

kushagraThapar commented 4 years ago

@linux-code Hey Ghulam, I am trying to get answer for this one, and in fact for all the questions you have asked in the mail. Sorry for the delay in response. I will provide an update soon.

kushagraThapar commented 4 years ago

@linux-code I checked and it looks like this can be done in the next release, whenever that happens. Currently the schedule for next release looks around end of March. Meanwhile, I am also working on getting answers to your other questions.

linux-code commented 4 years ago

Sounds good. Thanks a lot.

kushagraThapar commented 4 years ago

@linux-code Hey Ghulam, can you please verify if the linked PR fulfills your request ?

kushagraThapar commented 4 years ago

This has been released in spring-data-cosmosdb v2.2.3

linux-code commented 4 years ago

@kushagraThapar I went through the PR , looks good to me.