Skip to content

Commit

Permalink
auto id req check ks
Browse files Browse the repository at this point in the history
  • Loading branch information
ystaticy committed Aug 25, 2023
1 parent 7b612d9 commit 99a43f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/autoid.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ message AutoIDRequest {
uint64 n = 4;
int64 increment = 5;
int64 offset = 6;
uint32 keyspaceID = 7;
}

message AutoIDResponse {
Expand Down
5 changes: 5 additions & 0 deletions scripts/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"id": 6,
"name": "offset",
"type": "int64"
},
{
"id": 7,
"name": "keyspaceID",
"type": "uint32"
}
]
},
Expand Down

0 comments on commit 99a43f4

Please sign in to comment.