File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,8 @@ message EndTransactionResponse { Status status = 1; }
172172
173173message PrintThreadStackTraceCommand { string nonce = 1 ; }
174174
175+ message ReconnectEndpointsCommand { string nonce = 1 ; }
176+
175177message ThreadStackTrace {
176178 string nonce = 1 ;
177179 optional string thread_stack_trace = 2 ;
@@ -216,6 +218,9 @@ message TelemetryCommand {
216218
217219 // Request client to verify the consumption of the appointed message.
218220 VerifyMessageCommand verify_message_command = 7 ;
221+
222+ // Request client to reconnect server use the latest endpoints.
223+ ReconnectEndpointsCommand reconnect_endpoints_command = 8 ;
219224 }
220225}
221226
Original file line number Diff line number Diff line change 1- 2.0.4
1+ 2.0.5
You can’t perform that action at this time.
0 commit comments