-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination support for Expand API #42
Comments
What is the current status of this issue? It is highly required by our processes. Can we make a contribution to this or is there any ongoing development for this? |
@mstrYoda No updates and not currently scheduled. We would be happy to accept a contribution. |
One thing to note: we should support continuation cursors, not pagination |
Thank you for your response, I will investigate on this for a while 👍 |
@mstrYoda Cursor support has landed for LookupResources and ReadRelationships. if you still intend to do this, you can reuse the cursor package. |
Thank you for all of your effort, we are closely following new releases of spicedb the cursor support made us very happy :) If I wait for a while I guess this will be implemented :D I will take a look at the new developments 👍 |
@mstrYoda Given that cursors will land soon-ish for LookupSubjects, I suspect we won't add cursors to Expand unless there is a need. Do you still need this support? |
Hi @josephschorr, cursor for LookupSubjects is cover most of our requirements. Thank you, I do not see any urgent need for Expand. |
Add support for pagination into the Expand API
Should ideally make use of a generic pagination system over the dispatcher that can be shared with Lookup
The text was updated successfully, but these errors were encountered: