Commit 208f832 1 parent de4e48d commit 208f832 Copy full SHA for 208f832
File tree 1 file changed +4
-4
lines changed
remoting/src/main/java/org/apache/rocketmq/remoting/protocol
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,10 @@ public class RequestCode {
213
213
public static final int PUSH_REPLY_MESSAGE_TO_CLIENT = 326 ;
214
214
215
215
public static final int ADD_WRITE_PERM_OF_BROKER = 327 ;
216
+
217
+ public static final int GET_ALL_PRODUCER_INFO = 328 ;
218
+
219
+ public static final int DELETE_EXPIRED_COMMITLOG = 329 ;
216
220
217
221
public static final int GET_TOPIC_CONFIG = 351 ;
218
222
@@ -246,10 +250,6 @@ public class RequestCode {
246
250
247
251
public static final int RESET_MASTER_FLUSH_OFFSET = 908 ;
248
252
249
- public static final int GET_ALL_PRODUCER_INFO = 328 ;
250
-
251
- public static final int DELETE_EXPIRED_COMMITLOG = 329 ;
252
-
253
253
/**
254
254
* Controller code
255
255
*/
You can’t perform that action at this time.
0 commit comments