Skip to content

Commit 05f596b

Browse files
authored
Merge pull request #126 from ecordell/matbmcursor
materialize: add an internally-encoded cursor field
2 parents 0aa4ec4 + 6876409 commit 05f596b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

authzed/api/materialize/v0/watchpermissionsets.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ message Cursor {
101101
bool completed_members = 6;
102102
// starting_key is a string cursor used by some backends to resume the stream from a specific point.
103103
string starting_key = 7;
104+
// cursor is a string-encoded internal materialize cursor.
105+
string cursor = 8;
104106
}
105107

106108
message LookupPermissionSetsRequest {

0 commit comments

Comments
 (0)