You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| clientURLs | If the member is not started, client_URLs will be an zero length string array. |[]string |[]string |[]String |[]str/unicode |[]string |
476
+
| peerURLs ||slice of string |[]string |[]String |[]str/unicode |[]string |
477
+
| clientURLs | If the member is not started, client_URLs will be an zero length string array. |slice of string |[]string |[]String |[]str/unicode |[]string |
478
478
479
479
480
480
<br>
@@ -483,7 +483,7 @@ An InternalRaftRequest is the union of all requests which can be sent via raft.
483
483
484
484
| Field | Description | Type | Go | Java | Python | C++ |
@@ -776,7 +776,7 @@ If the comparisons succeed, then the success requests will be processed in order
776
776
| created | If the response is for a create watch request, created is set to true. Client should record the watch_id and prepare for receiving events for that watching from the same stream. All events sent to the created watching will attach with the same watch_id. | bool | bool | boolean | boolean | bool |
777
777
| canceled | If the response is for a cancel watch request, cancel is set to true. No further events will be sent to the canceled watching. | bool | bool | boolean | boolean | bool |
778
778
| compact_revision | CompactRevision is set to the minimum index if a watching tries to watch at a compacted index. This happens when creating a watching at a compacted revision or the watching cannot catch up with the progress of the KV. Client should treat the watching as canceled and should not try to create any watching with same start_revision again. | int64 | int64 | long | int/long | int64 |
0 commit comments