You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/06/29 07:06:10 UTC

[rocketmq-apis] branch main updated: remove unused code and update status_code.md (#47)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f2be25  remove unused code and update status_code.md (#47)
5f2be25 is described below

commit 5f2be25361aeb3d5368214c38da4f8c3e8c1c5f1
Author: lk <ka...@alibaba-inc.com>
AuthorDate: Wed Jun 29 15:06:06 2022 +0800

    remove unused code and update status_code.md (#47)
    
    * remove unused code
    
    * update status_code.md
---
 apache/rocketmq/v2/definition.proto | 10 ++---
 status_code.md                      | 75 +++++++++++++++++--------------------
 2 files changed, 39 insertions(+), 46 deletions(-)

diff --git a/apache/rocketmq/v2/definition.proto b/apache/rocketmq/v2/definition.proto
index 705d4ee..aaab4b8 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -303,16 +303,14 @@ enum Code {
   ILLEGAL_MESSAGE_TAG = 4;
   // Format of message key is illegal.
   ILLEGAL_MESSAGE_KEY = 5;
-  // Size of message keys exceeds the threshold.
-  MESSAGE_KEYS_TOO_LARGE = 6;
   // Format of message group is illegal.
-  ILLEGAL_MESSAGE_GROUP = 7;
+  ILLEGAL_MESSAGE_GROUP = 6;
   // Format of message property key is illegal.
-  ILLEGAL_MESSAGE_PROPERTY_KEY = 8;
+  ILLEGAL_MESSAGE_PROPERTY_KEY = 7;
   // Message properties total size exceeds the threshold.
-  MESSAGE_PROPERTIES_TOO_LARGE = 9;
+  MESSAGE_PROPERTIES_TOO_LARGE = 8;
   // Message body size exceeds the threshold.
-  MESSAGE_BODY_TOO_LARGE = 10;
+  MESSAGE_BODY_TOO_LARGE = 9;
 
   // User does not have the permission to operate.
   // See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
diff --git a/status_code.md b/status_code.md
index bfc6655..4f0ad9a 100644
--- a/status_code.md
+++ b/status_code.md
@@ -4,45 +4,40 @@
 
 |                                              | QueryRoute | Heartbeat | SendMessage | QueryAssignment | ReceiveMessage | AckMessage | ForwardMessageToDeadLetterQueue | EndTransaction | NotifyClientTermination | ChangeInvisibleDuration |
 | :------------------------------------------: | :--------: | :-------: | :---------: | :-------------: | :------------: | :--------: | :-----------------------------: | :------------: | :---------------------: | :---------------------: |
-|                      OK                      |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|             ILLEGA_ACCESS_POINT              |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|                ILLEGAL_TOPIC                 |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            ILLEGAL_CONSUMER_GROUP            |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|             ILLEGAL_MESSAGE_TAG              |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|             ILLEGAL_MESSAGE_KEY              |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            MESSAGE_KEYS_TOO_LARGE            |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            ILLEGAL_MESSAGE_GROUP             |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|         ILLEGAL_MESSAGE_PROPERTY_KEY         |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|         MESSAGE_PROPERTIES_TOO_LARGE         |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            MESSAGE_BODY_TOO_LARGE            |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|                  FORBIDDEN                   |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|                 UNAUTHORIZED                 |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|               TOPIC_NOT_FOUND                |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|           CONSUMER_GROUP_NOT_FOUND           |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|           VERIFY_MESSAGE_FORBIDDEN           |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|          FAILED_TO_CONSUME_MESSAGE           |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|              MESSAGE_CORRUPTED               |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|              TOO_MANY_REQUESTS               |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            RECEIPT_HANDLE_EXPIRED            |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-| MESSAGE_PROPERTY_DOES_NOT_MATCH_MESSAGE_TYPE |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|              ILLEGAL_MESSAGE_ID              |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            INVALID_TRANSACTION_ID            |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|          ILLEGAL_FILTER_EXPRESSION           |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            INVALID_RECEIPT_HANDLE            |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|          MASTER_PERSISTENCE_TIMEOUT          |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|          SLAVE_PERSISTENCE_TIMEOUT           |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|               HA_NOT_AVAILABLE               |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|             VERSION_UNSUPPORTED              |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|              MESSAGE_NOT_FOUND               |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            ILLEGAL_MESSAGE_OFFSET            |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|               ILLEGAL_MESSAGE                |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|           UNRECOGNIZED_CLIENT_TYPE           |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|               MULTIPLE_RESULTS               |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|               ILLEGAL_MESSAGE                |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|                 BAD_REQUEST                  |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            BAD_REQUEST_CLIENT_ID             |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|            INTERNAL_SERVER_ERROR             |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|               NOT_IMPLEMENTED                |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
-|               GATEWAY_TIMEOUT                |     ✅      |     ❌     |      ✅      |        ❌        |       ✅        |     ❌      |                ✅                |       ❌        |            ✅            |            ❌            |
+|                      OK                      |     ✅      |     ✅     |      ✅      |        ✅        |       ✅        |     ✅      |                ✅                |       ✅        |            ✅            |            ✅      |
+|             ILLEGAL_ACCESS_POINT             |     ✅      |     ❌     |      ❌      |        ✅        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|                ILLEGAL_TOPIC                 |     ✅      |     ✅     |      ✅      |        ✅        |       ✅        |     ✅      |                ✅                |       ✅        |            ❌            |            ✅      |
+|            ILLEGAL_CONSUMER_GROUP            |     ❌      |     ✅     |      ❌      |        ❌        |       ✅        |     ✅      |                ✅                |       ✅        |            ✅            |            ✅      |
+|             ILLEGAL_MESSAGE_TAG              |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|             ILLEGAL_MESSAGE_KEY              |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|            ILLEGAL_MESSAGE_GROUP             |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|         ILLEGAL_MESSAGE_PROPERTY_KEY         |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|         MESSAGE_PROPERTIES_TOO_LARGE         |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|            MESSAGE_BODY_TOO_LARGE            |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|                  FORBIDDEN                   |     ❌      |     ❌     |      ✅      |        ✅        |       ✅        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|                 UNAUTHORIZED                 |     ❌      |     ✅     |      ✅      |        ❌        |       ✅        |     ✅      |                ✅                |       ✅        |            ✅            |            ✅      |
+|               TOPIC_NOT_FOUND                |     ✅      |     ❌     |      ✅      |        ✅        |       ✅        |     ✅      |                ✅                |       ❌        |            ❌            |            ✅      |
+|           CONSUMER_GROUP_NOT_FOUND           |     ❌      |     ❌     |      ❌      |        ❌        |       ✅        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|           VERIFY_MESSAGE_FORBIDDEN           |     ❌      |     ❌     |      ❌      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|          FAILED_TO_CONSUME_MESSAGE           |     ❌      |     ❌     |      ❌      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|              MESSAGE_CORRUPTED               |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|              TOO_MANY_REQUESTS               |     ✅      |     ✅     |      ✅      |        ✅        |       ✅        |     ✅      |                ✅                |       ✅        |            ✅            |            ✅      |
+| MESSAGE_PROPERTY_DOES_NOT_MATCH_MESSAGE_TYPE |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|              ILLEGAL_MESSAGE_ID              |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|            INVALID_TRANSACTION_ID            |     ❌      |     ❌     |      ❌      |        ❌        |       ❌        |     ❌      |                ❌                |       ✅        |            ❌            |            ❌      |
+|          ILLEGAL_FILTER_EXPRESSION           |     ❌      |     ❌     |      ❌      |        ❌        |       ✅        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|            INVALID_RECEIPT_HANDLE            |     ❌      |     ❌     |      ❌      |        ❌        |       ❌        |     ✅      |                ✅                |       ❌        |            ❌            |            ✅      |
+|          MASTER_PERSISTENCE_TIMEOUT          |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|          SLAVE_PERSISTENCE_TIMEOUT           |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|               HA_NOT_AVAILABLE               |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|             VERSION_UNSUPPORTED              |     ❌      |     ❌     |      ❌      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|              MESSAGE_NOT_FOUND               |     ❌      |     ❌     |      ❌      |        ❌        |       ✅        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|           UNRECOGNIZED_CLIENT_TYPE           |     ❌      |     ✅     |      ❌      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ✅            |            ❌      |
+|               MULTIPLE_RESULTS               |     ❌      |     ❌     |      ✅      |        ❌        |       ❌        |     ✅      |                ❌                |       ❌        |            ❌            |            ❌      |
+|                 BAD_REQUEST                  |     ❌      |     ❌     |      ❌      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|            BAD_REQUEST_CLIENT_ID             |     ✅      |     ✅     |      ✅      |        ✅        |       ✅        |     ✅      |                ✅                |       ✅        |            ✅            |            ✅      |
+|            INTERNAL_SERVER_ERROR             |     ✅      |     ✅     |      ✅      |        ✅        |       ✅        |     ✅      |                ✅                |       ✅        |            ✅            |            ✅      |
+|               NOT_IMPLEMENTED                |     ❌      |     ❌     |      ❌      |        ❌        |       ❌        |     ❌      |                ❌                |       ❌        |            ❌            |            ❌      |
+|               PROXY_TIMEOUT                  |     ✅      |     ❌     |      ✅      |        ✅        |       ✅        |     ✅      |                ✅                |       ✅        |            ❌            |            ✅      |    
 
 ## Telemetry RPC Status Code Mapping Table