Skip to content

Commit 8dca579

Browse files
authored
Merge pull request #115 from ecordell/matcursor
add string key to materialize cursor
2 parents de42742 + 61f4af5 commit 8dca579

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

authzed/api/materialize/v0/watchpermissionsets.proto

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ message Cursor {
9999
uint32 starting_index = 5;
100100
// completed_members is a boolean flag that indicates that the cursor has reached the end of the permission sets
101101
bool completed_members = 6;
102+
// starting_key is a string cursor used by some backends to resume the stream from a specific point.
103+
string starting_key = 7;
102104
}
103105

104106
message LookupPermissionSetsRequest {
@@ -181,4 +183,4 @@ message LookupPermissionSetsRequired {
181183
message BreakingSchemaChange {
182184
// change_at is the revision at which a breaking schema event has happened.
183185
authzed.api.v1.ZedToken change_at = 1;
184-
}
186+
}

0 commit comments

Comments
 (0)