
org.apache.rocketmq.remoting.protocol.RequestCode Maven / Gradle / Ivy
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.rocketmq.remoting.protocol;
public class RequestCode {
public static final int SEND_MESSAGE = 10;
public static final int PULL_MESSAGE = 11;
public static final int QUERY_MESSAGE = 12;
public static final int QUERY_BROKER_OFFSET = 13;
public static final int QUERY_CONSUMER_OFFSET = 14;
public static final int UPDATE_CONSUMER_OFFSET = 15;
public static final int UPDATE_AND_CREATE_TOPIC = 17;
public static final int UPDATE_AND_CREATE_TOPIC_LIST = 18;
public static final int GET_ALL_TOPIC_CONFIG = 21;
public static final int GET_TOPIC_CONFIG_LIST = 22;
public static final int GET_TOPIC_NAME_LIST = 23;
public static final int UPDATE_BROKER_CONFIG = 25;
public static final int GET_BROKER_CONFIG = 26;
public static final int TRIGGER_DELETE_FILES = 27;
public static final int GET_BROKER_RUNTIME_INFO = 28;
public static final int SEARCH_OFFSET_BY_TIMESTAMP = 29;
public static final int GET_MAX_OFFSET = 30;
public static final int GET_MIN_OFFSET = 31;
public static final int GET_EARLIEST_MSG_STORETIME = 32;
public static final int VIEW_MESSAGE_BY_ID = 33;
public static final int HEART_BEAT = 34;
public static final int UNREGISTER_CLIENT = 35;
public static final int CONSUMER_SEND_MSG_BACK = 36;
public static final int END_TRANSACTION = 37;
public static final int GET_CONSUMER_LIST_BY_GROUP = 38;
public static final int CHECK_TRANSACTION_STATE = 39;
public static final int NOTIFY_CONSUMER_IDS_CHANGED = 40;
public static final int LOCK_BATCH_MQ = 41;
public static final int UNLOCK_BATCH_MQ = 42;
public static final int GET_ALL_CONSUMER_OFFSET = 43;
public static final int GET_ALL_DELAY_OFFSET = 45;
public static final int CHECK_CLIENT_CONFIG = 46;
public static final int GET_CLIENT_CONFIG = 47;
public static final int UPDATE_AND_CREATE_ACL_CONFIG = 50;
public static final int DELETE_ACL_CONFIG = 51;
public static final int GET_BROKER_CLUSTER_ACL_INFO = 52;
public static final int UPDATE_GLOBAL_WHITE_ADDRS_CONFIG = 53;
@Deprecated
public static final int GET_BROKER_CLUSTER_ACL_CONFIG = 54;
public static final int GET_TIMER_CHECK_POINT = 60;
public static final int GET_TIMER_METRICS = 61;
public static final int POP_MESSAGE = 200050;
public static final int ACK_MESSAGE = 200051;
public static final int BATCH_ACK_MESSAGE = 200151;
public static final int PEEK_MESSAGE = 200052;
public static final int CHANGE_MESSAGE_INVISIBLETIME = 200053;
public static final int NOTIFICATION = 200054;
public static final int POLLING_INFO = 200055;
public static final int POP_ROLLBACK = 200056;
public static final int PUT_KV_CONFIG = 100;
public static final int GET_KV_CONFIG = 101;
public static final int DELETE_KV_CONFIG = 102;
public static final int REGISTER_BROKER = 103;
public static final int UNREGISTER_BROKER = 104;
public static final int GET_ROUTEINFO_BY_TOPIC = 105;
public static final int GET_BROKER_CLUSTER_INFO = 106;
public static final int UPDATE_AND_CREATE_SUBSCRIPTIONGROUP = 200;
public static final int GET_ALL_SUBSCRIPTIONGROUP_CONFIG = 201;
public static final int GET_TOPIC_STATS_INFO = 202;
public static final int GET_CONSUMER_CONNECTION_LIST = 203;
public static final int GET_PRODUCER_CONNECTION_LIST = 204;
public static final int WIPE_WRITE_PERM_OF_BROKER = 205;
public static final int GET_ALL_TOPIC_LIST_FROM_NAMESERVER = 206;
public static final int DELETE_SUBSCRIPTIONGROUP = 207;
public static final int GET_CONSUME_STATS = 208;
public static final int SUSPEND_CONSUMER = 209;
public static final int RESUME_CONSUMER = 210;
public static final int RESET_CONSUMER_OFFSET_IN_CONSUMER = 211;
public static final int RESET_CONSUMER_OFFSET_IN_BROKER = 212;
public static final int ADJUST_CONSUMER_THREAD_POOL = 213;
public static final int WHO_CONSUME_THE_MESSAGE = 214;
public static final int DELETE_TOPIC_IN_BROKER = 215;
public static final int DELETE_TOPIC_IN_NAMESRV = 216;
public static final int REGISTER_TOPIC_IN_NAMESRV = 217;
public static final int GET_KVLIST_BY_NAMESPACE = 219;
public static final int RESET_CONSUMER_CLIENT_OFFSET = 220;
public static final int GET_CONSUMER_STATUS_FROM_CLIENT = 221;
public static final int INVOKE_BROKER_TO_RESET_OFFSET = 222;
public static final int INVOKE_BROKER_TO_GET_CONSUMER_STATUS = 223;
public static final int QUERY_TOPIC_CONSUME_BY_WHO = 300;
public static final int GET_TOPICS_BY_CLUSTER = 224;
public static final int UPDATE_AND_CREATE_SUBSCRIPTIONGROUP_LIST = 225;
public static final int QUERY_TOPICS_BY_CONSUMER = 343;
public static final int QUERY_SUBSCRIPTION_BY_CONSUMER = 345;
public static final int REGISTER_FILTER_SERVER = 301;
public static final int REGISTER_MESSAGE_FILTER_CLASS = 302;
public static final int QUERY_CONSUME_TIME_SPAN = 303;
public static final int GET_SYSTEM_TOPIC_LIST_FROM_NS = 304;
public static final int GET_SYSTEM_TOPIC_LIST_FROM_BROKER = 305;
public static final int CLEAN_EXPIRED_CONSUMEQUEUE = 306;
public static final int GET_CONSUMER_RUNNING_INFO = 307;
public static final int QUERY_CORRECTION_OFFSET = 308;
public static final int CONSUME_MESSAGE_DIRECTLY = 309;
public static final int SEND_MESSAGE_V2 = 310;
public static final int GET_UNIT_TOPIC_LIST = 311;
public static final int GET_HAS_UNIT_SUB_TOPIC_LIST = 312;
public static final int GET_HAS_UNIT_SUB_UNUNIT_TOPIC_LIST = 313;
public static final int CLONE_GROUP_OFFSET = 314;
public static final int VIEW_BROKER_STATS_DATA = 315;
public static final int CLEAN_UNUSED_TOPIC = 316;
public static final int GET_BROKER_CONSUME_STATS = 317;
/**
* update the config of name server
*/
public static final int UPDATE_NAMESRV_CONFIG = 318;
/**
* get config from name server
*/
public static final int GET_NAMESRV_CONFIG = 319;
public static final int SEND_BATCH_MESSAGE = 320;
public static final int QUERY_CONSUME_QUEUE = 321;
public static final int QUERY_DATA_VERSION = 322;
/**
* resume logic of checking half messages that have been put in TRANS_CHECK_MAXTIME_TOPIC before
*/
public static final int RESUME_CHECK_HALF_MESSAGE = 323;
public static final int SEND_REPLY_MESSAGE = 324;
public static final int SEND_REPLY_MESSAGE_V2 = 325;
public static final int PUSH_REPLY_MESSAGE_TO_CLIENT = 326;
public static final int ADD_WRITE_PERM_OF_BROKER = 327;
public static final int GET_ALL_PRODUCER_INFO = 328;
public static final int DELETE_EXPIRED_COMMITLOG = 329;
public static final int GET_TOPIC_CONFIG = 351;
public static final int GET_SUBSCRIPTIONGROUP_CONFIG = 352;
public static final int UPDATE_AND_GET_GROUP_FORBIDDEN = 353;
public static final int CHECK_ROCKSDB_CQ_WRITE_PROGRESS = 354;
public static final int EXPORT_ROCKSDB_CONFIG_TO_JSON = 355;
public static final int LITE_PULL_MESSAGE = 361;
public static final int RECALL_MESSAGE = 370;
public static final int QUERY_ASSIGNMENT = 400;
public static final int SET_MESSAGE_REQUEST_MODE = 401;
public static final int GET_ALL_MESSAGE_REQUEST_MODE = 402;
public static final int UPDATE_AND_CREATE_STATIC_TOPIC = 513;
public static final int GET_BROKER_MEMBER_GROUP = 901;
public static final int ADD_BROKER = 902;
public static final int REMOVE_BROKER = 903;
public static final int BROKER_HEARTBEAT = 904;
public static final int NOTIFY_MIN_BROKER_ID_CHANGE = 905;
public static final int EXCHANGE_BROKER_HA_INFO = 906;
public static final int GET_BROKER_HA_STATUS = 907;
public static final int RESET_MASTER_FLUSH_OFFSET = 908;
/**
* Controller code
*/
public static final int CONTROLLER_ALTER_SYNC_STATE_SET = 1001;
public static final int CONTROLLER_ELECT_MASTER = 1002;
public static final int CONTROLLER_REGISTER_BROKER = 1003;
public static final int CONTROLLER_GET_REPLICA_INFO = 1004;
public static final int CONTROLLER_GET_METADATA_INFO = 1005;
public static final int CONTROLLER_GET_SYNC_STATE_DATA = 1006;
public static final int GET_BROKER_EPOCH_CACHE = 1007;
public static final int NOTIFY_BROKER_ROLE_CHANGED = 1008;
/**
* update the config of controller
*/
public static final int UPDATE_CONTROLLER_CONFIG = 1009;
/**
* get config from controller
*/
public static final int GET_CONTROLLER_CONFIG = 1010;
/**
* clean broker data
*/
public static final int CLEAN_BROKER_DATA = 1011;
public static final int CONTROLLER_GET_NEXT_BROKER_ID = 1012;
public static final int CONTROLLER_APPLY_BROKER_ID = 1013;
public static final short BROKER_CLOSE_CHANNEL_REQUEST = 1014;
public static final short CHECK_NOT_ACTIVE_BROKER_REQUEST = 1015;
public static final short GET_BROKER_LIVE_INFO_REQUEST = 1016;
public static final short GET_SYNC_STATE_DATA_REQUEST = 1017;
public static final short RAFT_BROKER_HEART_BEAT_EVENT_REQUEST = 1018;
public static final int UPDATE_COLD_DATA_FLOW_CTR_CONFIG = 2001;
public static final int REMOVE_COLD_DATA_FLOW_CTR_CONFIG = 2002;
public static final int GET_COLD_DATA_FLOW_CTR_INFO = 2003;
public static final int SET_COMMITLOG_READ_MODE = 2004;
public static final int AUTH_CREATE_USER = 3001;
public static final int AUTH_UPDATE_USER = 3002;
public static final int AUTH_DELETE_USER = 3003;
public static final int AUTH_GET_USER = 3004;
public static final int AUTH_LIST_USER = 3005;
public static final int AUTH_CREATE_ACL = 3006;
public static final int AUTH_UPDATE_ACL = 3007;
public static final int AUTH_DELETE_ACL = 3008;
public static final int AUTH_GET_ACL = 3009;
public static final int AUTH_LIST_ACL = 3010;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy