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
@@ -101,6 +102,10 @@ Previous to this release, only the recovery "type" was included in labels.
101
102
102
103
### <aid="minor-changes-vttablet"/>VTTablet</a>
103
104
105
+
#### <aid="api-changes"/>API Changes</a>
106
+
107
+
- Added `RestartReplication` method to `TabletManagerClient` interface. This new RPC allows stopping and restarting MySQL replication with semi-sync configuration in a single call, providing a convenient alternative to separate `StopReplication` and `StartReplication` calls.
108
+
104
109
#### <aid="flags-vttablet"/>CLI Flags</a>
105
110
106
111
-`skip-user-metrics` flag if enabled, replaces the username label with "UserLabelDisabled" to prevent metric explosion in environments with many unique users.
0 commit comments