Skip to content

Commit 5c9f841

Browse files
authored
[ISSUE #92] Support ReconnectEndpointsCommand
2 parents df8f85c + 9d0b6eb commit 5c9f841

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apache/rocketmq/v2/service.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ message EndTransactionResponse { Status status = 1; }
172172

173173
message PrintThreadStackTraceCommand { string nonce = 1; }
174174

175+
message ReconnectEndpointsCommand { string nonce = 1; }
176+
175177
message 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

java/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

0 commit comments

Comments
 (0)