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
We have a use case where we need to get a bunch of documents by ID, we are currently leveraging the get (for single key) and running a bunch of those in parallel using a tokio JoinSet, are there any plans to introduce something like this in SDK?