Commit Graph
297 Commits
Author SHA1 Message Date
tiger lee ee55441cbc Merge pull request #3335 from zhouwentong1993/patch-1
[ISSUE #XXXX] Update rocketmq client maven version
2021-09-18 01:16:09 +08:00
tiger lee f9a0f530e6 Merge pull request #1858 from coder-zzzz/github_features/#1848
[ISSUE #1848] Add write perm admin command
2021-09-13 14:11:20 +08:00
吴航 ef7685d4fe [ISSUE #3341](doc)fix typo in update operation.md
(doc)fix typo in update operation.md
2021-09-10 15:26:26 +08:00
周文童 ced5843faf Update rocketmq client maven version
当使用 4.3.0 版本依赖时,当调用同步发送消息代码时,提示:Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: No route info of this topic,修改为当前最新版本 4.9.1 后问题解决。
2021-09-09 16:17:34 +08:00
Heng Du 0fdc73d473 Merge pull request #3033 from zyh-future/zyh_asuncproducer_doc_fix
Looking at the Chinese document, I found that the subtraction operati…
2021-08-04 09:18:06 +08:00
yuz10 40e1435510 #2990 Add document 2021-07-18 22:48:37 +08:00
Heng Du cf0819ed4a Merge pull request #3144 from A-Zee029/master
[ISSUE #3141]fix spell error
2021-07-16 09:44:12 +08:00
Heng Du e4daba5ff5 Merge pull request #3042 from haoran-pku/master
Add SyncProducer Example
2021-07-15 12:33:49 +08:00
huangjunwei 17a8e93ba4 fix spell error 2021-07-14 19:03:03 +08:00
Heng Du 30058cffa5 Merge pull request #3038 from IntroDrop/develop
[ISSUE #3037]Add a Chinese version of Deployment.md
2021-07-14 08:57:43 +08:00
Heng Du 5908ca7cc2 Merge pull request #3056 from zplovekq/doc_add
[ISSUES #3055]add some doc of the API_Reference_DefaultMQProducer of English.
2021-07-14 08:55:48 +08:00
Heng Du 69e818558d Merge pull request #3036 from Cu-Cu/master
[ISSUE #3063] add Chinese version of Example_Delay.md
2021-07-14 08:52:37 +08:00
Heng Du e1f94aac84 Merge pull request #3034 from PatrickkZ/develop
[ISSUES #3061 #3065]add different send examples and chinese version of FAQ.md
2021-07-14 08:51:30 +08:00
同学的可爱女友糖糖 94e08992a2 [ISSUE #3097] docs remove obsolete/error configuration 2021-07-01 15:01:22 +08:00
francis lee df35edf3d5 Merge pull request #3088 from sunbufu/fix-a-typo
[Doc] wrong word in design.md
2021-06-28 00:51:55 +08:00
sunbufu 95a6275d54 typo 2021-06-26 15:19:42 +08:00
yumingyue98andyumingyue98 fcc20dee22 [ISSUE #3059] typo transactional message wiki
Co-authored-by: yumingyue98 <yumingyue@stu.pku.edu.cn>
2021-06-26 14:34:53 +08:00
patrick d0d2f157dc add chinese version of FAQ.md 2021-06-24 10:36:07 +08:00
zplkq 622bbbf05c add some doc of the API_Reference_DefaultMQProducer of English. 2021-06-24 00:26:03 +08:00
12425 a99cf37366 Add Chinses Version Doc of Example_Simple.md 2021-06-23 19:20:08 +08:00
CuCu 0cc5ad2d4f add Chinese version of Example_Batch 2021-06-23 16:03:14 +08:00
oumengfan 23f3893787 Add a Chinese version of Deployment.md 2021-06-23 16:00:01 +08:00
CuCu 278d3285bd add Chinese version 2021-06-23 14:41:59 +08:00
张耀辉 9d4e8de315 Looking at the Chinese document, I found that the subtraction operation of countdown timer is missing in asynchronous message push, so I downloaded the code. I found that someone added subtraction operation to the demo code in 18 years, but the document was not repaired, so I did this repair 2021-06-23 10:21:53 +08:00
zourunxin e1263107eb [ISSUE #2997] Add a Chinese version of Configuration_System.md 2021-06-19 10:54:37 +08:00
francis lee 52348b862c Merge pull request #2977 from ferris-cx/master
逗号改为英文输入法,并后加空格
2021-06-07 10:37:06 +08:00
iostream2008@163.com 317fd7e01d Changing the comma input method 2021-06-03 23:29:59 +08:00
nilei3 f42db53bb0 Changing the comma input method 2021-06-03 23:23:41 +08:00
hehejiejie ae394c755a Update operation.md
fix a mistake on operation doc
2021-05-27 09:01:54 +08:00
von gosling aaa92a2e53 Revert "docs(architecture_cn): fix incorrect description of the Producer module (#2856)" (#2928)
This reverts commit bc1c1b18a9.
2021-05-21 10:29:12 +08:00
b1n90 bc1c1b18a9 docs(architecture_cn): fix incorrect description of the Producer module (#2856)
* Wrong description in producer module

Wrong description in producer module in the picture

* Corrected the producer module description

Corrected th description of the producer module in this picture
2021-05-21 10:28:54 +08:00
Shang YehuaandYehua Shang 4e73ba0ee3 docs(example): change delay start point (#2586)
As the test results showed, the message delay period starts from the bornTimestamp, not from storeTimestamp

Co-authored-by: Yehua Shang <niceshang@outlook.com>
2021-05-20 16:47:42 +08:00
申劭明 8a2554dfe6 [ISSUE #2826] Remove useless code (#2827) 2021-05-19 12:35:21 +08:00
von gosling 6c279f3890 docs(fix typo)
Thanks juliuszhang
2021-05-19 12:31:59 +08:00
von gosling b4240d5cea docs(reblance design): modify typographical issues
There is still more room for optimization, so one task is reserved here.
2021-03-31 09:33:41 +08:00
ArronHuangandvon gosling 7680063f89 [ISSUE #2745] Changed the support time of the request/reply feature to 4.6.0.
Co-authored-by: von gosling <vongosling@apache.org>
2021-03-26 10:44:08 +08:00
von gosling 3ae2517515 Delete README 2021-03-08 14:31:07 +08:00
Allen LauandYoung 9eae1d676b Fix Error architecture image with error content (#2688)
Co-authored-by: Young <allen@gmail.com>
2021-02-22 20:19:39 +08:00
Heng Du 2acb1f095a Update concept.md 2021-01-23 18:05:44 +08:00
Heng Du 7fa9bef416 Update concept.md 2021-01-23 18:05:10 +08:00
Cui Ying 0d8b282139 Update concept.md
通假字?   第13条, "消费队列"? "消息队列"?
2021-01-18 16:20:38 +08:00
Nian Hang Jiang bd67f7a8f7 [ISSUE #2402] Update directory for RocketMQ_Example.md 2020-12-04 15:33:22 +08:00
Jun b69ad17e88 [ISSUE #2459] Fix the error in best practice doc 2020-12-04 15:10:29 +08:00
Panson 6588063344 Writing style optimization 2020-12-01 19:03:51 +08:00
yazong 28e6b557ad [ISSUE #2299]modify the error character of the Example_Filter.md 2020-09-18 11:35:45 +08:00
Demogorgon314 3774a2271a [ISSUE #2231] Fix document(cn/msg_trace/user_guide.md) formal error 2020-08-06 11:12:38 +08:00
Cenjie Ho f98567f20a [ISSUE #2190] Fix import mistakes in RocketMQ_Example.md 2020-07-23 16:51:15 +08:00
lizhibooand李致波 f12cc81e80 Init english version of the README
Co-authored-by: 李致波 <lizhibo@lizhibodeMacBook-Pro.local>
2020-05-26 11:11:49 +08:00
Handhaotianfei cf20a26c98 Fix typo in README
Co-authored-by: haotianfei <Tianfei.Hao@Geely.com>
2020-05-26 11:04:57 +08:00
Heng Du 83c5820d20 Merge pull request #1982 from keranbingaa/develop
[ISSUE #2006] Add request-reply doc
2020-05-20 14:59:03 +08:00