From 6876409d1a809b80f2351b154f67d92eb2f19deb Mon Sep 17 00:00:00 2001 From: Evan Cordell Date: Thu, 5 Dec 2024 14:56:41 -0500 Subject: [PATCH] materialize: add a string-encoded internal cursor eventually the typed fields will be removed --- authzed/api/materialize/v0/watchpermissionsets.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authzed/api/materialize/v0/watchpermissionsets.proto b/authzed/api/materialize/v0/watchpermissionsets.proto index 378bf72..6d68e35 100644 --- a/authzed/api/materialize/v0/watchpermissionsets.proto +++ b/authzed/api/materialize/v0/watchpermissionsets.proto @@ -101,6 +101,8 @@ message Cursor { bool completed_members = 6; // starting_key is a string cursor used by some backends to resume the stream from a specific point. string starting_key = 7; + // cursor is a string-encoded internal materialize cursor. + string cursor = 8; } message LookupPermissionSetsRequest {