|
18 | 18 |
|
19 | 19 | public class FAQUrl { |
20 | 20 |
|
21 | | - public static final String APPLY_TOPIC_URL = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 21 | + public static final String DEFAULT_FAQ_URL = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
22 | 22 |
|
23 | | - public static final String NAME_SERVER_ADDR_NOT_EXIST_URL = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 23 | + public static final String APPLY_TOPIC_URL = DEFAULT_FAQ_URL; |
24 | 24 |
|
25 | | - public static final String GROUP_NAME_DUPLICATE_URL = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 25 | + public static final String NAME_SERVER_ADDR_NOT_EXIST_URL = DEFAULT_FAQ_URL; |
26 | 26 |
|
27 | | - public static final String CLIENT_PARAMETER_CHECK_URL = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 27 | + public static final String GROUP_NAME_DUPLICATE_URL = DEFAULT_FAQ_URL; |
28 | 28 |
|
29 | | - public static final String SUBSCRIPTION_GROUP_NOT_EXIST = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 29 | + public static final String CLIENT_PARAMETER_CHECK_URL = DEFAULT_FAQ_URL; |
30 | 30 |
|
31 | | - public static final String CLIENT_SERVICE_NOT_OK = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 31 | + public static final String SUBSCRIPTION_GROUP_NOT_EXIST = DEFAULT_FAQ_URL; |
| 32 | + |
| 33 | + public static final String CLIENT_SERVICE_NOT_OK = DEFAULT_FAQ_URL; |
32 | 34 |
|
33 | 35 | // FAQ: No route info of this topic, TopicABC |
34 | | - public static final String NO_TOPIC_ROUTE_INFO = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 36 | + public static final String NO_TOPIC_ROUTE_INFO = DEFAULT_FAQ_URL; |
35 | 37 |
|
36 | | - public static final String LOAD_JSON_EXCEPTION = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 38 | + public static final String LOAD_JSON_EXCEPTION = DEFAULT_FAQ_URL; |
37 | 39 |
|
38 | | - public static final String SAME_GROUP_DIFFERENT_TOPIC = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 40 | + public static final String SAME_GROUP_DIFFERENT_TOPIC = DEFAULT_FAQ_URL; |
39 | 41 |
|
40 | | - public static final String MQLIST_NOT_EXIST = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 42 | + public static final String MQLIST_NOT_EXIST = DEFAULT_FAQ_URL; |
41 | 43 |
|
42 | | - public static final String UNEXPECTED_EXCEPTION_URL = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 44 | + public static final String UNEXPECTED_EXCEPTION_URL = DEFAULT_FAQ_URL; |
43 | 45 |
|
44 | | - public static final String SEND_MSG_FAILED = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 46 | + public static final String SEND_MSG_FAILED = DEFAULT_FAQ_URL; |
45 | 47 |
|
46 | | - public static final String UNKNOWN_HOST_EXCEPTION = "https://rocketmq.apache.org/docs/bestPractice/06FAQ"; |
| 48 | + public static final String UNKNOWN_HOST_EXCEPTION = DEFAULT_FAQ_URL; |
47 | 49 |
|
48 | 50 | private static final String TIP_STRING_BEGIN = "\nSee "; |
49 | 51 | private static final String TIP_STRING_END = " for further details."; |
|
0 commit comments