We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43170f2 commit 4b30c14Copy full SHA for 4b30c14
proto/gnmi_ext/gnmi_ext.proto
@@ -186,4 +186,7 @@ message ConfigSubscriptionSyncDone {
186
// ID of a commit as might be assigned by the server
187
// when registering a commit operation.
188
string server_commit_id = 2;
189
+ // If true indicates that the server is done processing the updates related to the
190
+ // commit_confirmed_id and/or server_commit_id.
191
+ bool done = 3;
192
}
0 commit comments