Skip to content
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

add readBulkRelationships-API #128

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kartikaysaxena
Copy link

Related authzed/spicedb#2160

This specifies the skeletal of the API

@josephschorr
Copy link
Member

@kartikaysaxena Thank you for the contribution. A few questions/comments.

  1. Is the goal here to have fully independent read relationship calls? If so, as gRPC is already parallelized, there is little-to-no benefit of having a combined bulk read method
  2. If the goal is to not have the read be fully independent, then wouldn't the cursor need to apply to the entire operation, rather than each individual read?

@kartikaysaxena
Copy link
Author

Hey @josephschorr implemented the cursor for the entire ReadBulkRelationships call not for the individual reads, would also be raising some PRs for implementing this in spiceDB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants