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/30 06:59:47 UTC

[rocketmq-apis] branch main updated: Add reference for error code 504

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 60e855b  Add reference for error code 504
60e855b is described below

commit 60e855ba0ef1dfcdcd854e270376e2e22780e87b
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Thu Jun 30 14:59:26 2022 +0800

    Add reference for error code 504
---
 apache/rocketmq/v2/definition.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apache/rocketmq/v2/definition.proto b/apache/rocketmq/v2/definition.proto
index 1ff7adb..016c0b3 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -399,6 +399,7 @@ enum Code {
 
   // Generic code represents that the server, which acts as a gateway or proxy,
   // does not get an satisfied response in time from its upstream servers.
+  // See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/504
   PROXY_TIMEOUT = 50400;
   // Message persistence timeout.
   MASTER_PERSISTENCE_TIMEOUT = 50401;