Commit Graph
103 Commits
Author SHA1 Message Date
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
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
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
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
keranbingaa 4d2dea18cb modify request-reply doc 2020-05-18 19:09:39 +08:00
keranbingaa d70a745ee0 modify request-reply doc 2020-05-11 10:25:45 +08:00
keranbingaa 6594c72944 modify request-reply doc 2020-05-11 10:20:13 +08:00
keranbingaa ff1a6282b9 modify request-reply doc 2020-05-11 10:13:10 +08:00
keranbingaa 408eead2bb modify request-reply doc 2020-05-11 10:08:31 +08:00
keranbingaa e95c90bf2e add request-reply doc 2020-05-11 09:57:09 +08:00
Jun 1052edcc03 [ISSUE #1964]fix Doc error: Connection related command instructions
Doc error: Connection related command instructions
2020-04-29 11:01:43 +08:00
MountainOne 92b8cf9738 [ISSUE #1505]Fix the ListSplitter of batch sample in docs 2020-03-30 17:50:24 +08:00
rongtong 549f72f6da Merge pull request #1867 from 9526xu/fix-transaction-doc
[ISSUE #1866] Fix transaction message doc
2020-03-25 23:55:58 +08:00
coder-zzzz b56fa6ad2b fix #1883
fix wipeWritePerm doc desc
2020-03-25 19:34:20 +08:00
andy.xu bebb4a86da fix transaction message doc 2020-03-18 21:34:01 +08:00
Heng Du 75fa7fb131 Merge pull request #1556 from luyuanwan/master
fix cacography
2019-10-31 13:56:56 +08:00
Heng Du fde3f32246 Merge pull request #1553 from lwl888/rocketmq-dev-fs
[ISSUE #1526]modify docs-cn description error
2019-10-29 20:50:34 +08:00
xiang 076a96df62 fix cacography 2019-10-28 00:22:30 +08:00
lwl 71a57f5033 modify docs-cn description error 2019-10-25 07:48:12 +08:00
青木恭 49f0a0ec06 Update RocketMQ_Example.md 2019-10-22 14:37:02 +08:00
switch 006efae3ae fix some typo in docs/cn/design.md (#1503) 2019-10-02 02:20:09 +08:00
zhangjidi a3954b4572 GetAccessConfigSubCommand for ACL configuration (#1263) 2019-09-29 16:45:33 +08:00
liuruiyiyang 90bbda8f03 docs(operation.md): remove discarded mqadmin command description 2019-09-16 23:17:13 +08:00
wangyufan b1cc349fec fix typo (#1439) 2019-09-04 19:04:36 +08:00
skyline1688 57e2959bbe fixed the text description in chinese doc (#1339) 2019-07-30 10:08:43 +08:00
von gosling 5ccd01c507 Remove the duplicate content 2019-07-24 19:54:22 +08:00
faicm 8d16798823 Update DLedgerCommitLog.java (#1145)
Delete useless code
2019-07-24 19:37:43 +08:00
vongosling 6e7df5573d Typo fix and some other polish 2019-07-12 14:23:08 +08:00
huzongtang 18601ec811 Merge remote-tracking branch 'origin/develop' into enchanced_acl 2019-06-14 14:21:24 +08:00
Hu Zongtang a2165d8051 [ISSUE #1156]new mqadmin API for ACL configuration (#1217)
* [issue#1164]return the codes to original reput method part.

* [issue#1164]fix issue that Consumer Instance can't consume message from slave when cluster is in the high level tps and master has been killed.

* [issue#1164]if the broker is a master node,then modify reputFromOffset correctly.

* [issue#1164]add some coding comments.

* [ISSUE#1156]new mqadmin API for ACL configuration.Add dataVersion and write data to acl yaml config file in the acl module.

* [ISSUE#1156]add unit test cases for new acl mqadmin API command which adding dataversion part.

* [ISSUE#1156]implement update,delete and query Acl config version in new acl mqadmin API command.

* [ISSUE#1156]polish and optimize the implementation for new acl mqadmin API command.

* [ISSUE#1156]fix the issues that topicPerms and groupPerms can't be updated and there is NPE when querying acl config version.

* [ISSUE#1156]fix small issue that specify wrong plainAccessConfig attribute,the correct one is AccessKey.

* [ISSUE#1156]add updateGlobalWhiteAddr subcommand codes for mqadmin acl command.

* [ISSUE#1156]adjust some codes for cluster acl config version list in the mqadmin acl commands.

* [ISSUE#1156]add acl mqadmin command part in the acl user_guide docs.

* [ISSUE#1156]polish and optimize some part of acl mqadmin command codes.

* [ISSUE#1156]fix code comments issue that the first letter needs to be capitalized and adjust the contents of acl user_guide.
2019-06-14 12:22:10 +08:00
chenxubiao 38a4e4ba61 Update best_practice.md
config name wrong
2019-06-14 11:43:12 +08:00
Hu Zongtang 929c76c62b [ISSUE #1147]Broker will report Exception if open the aclEnable and enableDLegerCommitLog flag at the same time. (#1149)
* [issue#1078]fix User can't use mqadmin command normally if they don't copy the tool.yml file to their related fold and AclEnable flag is closed.

* [issue#1147]Broker will report Exception if open the aclEnable and enableDLegerCommitLog flag at the same time.

* [issue#1147]Broker will report Exception if open the aclEnable and enableDLegerCommitLog flag at the same time.

* [issue#1147]Add the restriction of Acl in the acl's user guide.

* [issue#1147]Adjust some codes for acl issue that users can't open the aclEnable and use Master/Slave or Dledger the same time.

* [issue#1147]Adjust and optimize some codes for acl issue that users can't open the aclEnable and use Master/Slave or Dledger the same time.

* [issue#1147]return back for original codes for acl issue that users can't open the aclEnable and use Master/Slave or Dledger the same time.
2019-04-27 10:29:37 +08:00
wlliqipeng 50f863b27b Update README.md
Modified the format of README.md
2019-03-29 11:25:51 +08:00
wlliqipeng b24710cd26 Update deploy_guide.md
Modified the format of deploy_guide.md
2019-03-29 11:25:12 +08:00
wlliqipeng 2929de5c90 Update quick_start.md
Modified the format of quick_start.md
2019-03-29 11:24:24 +08:00
wlliqipeng 4f7d0fe83b Update RocketMQ_Example.md
Modified the format of  RocketMQ_Example.md
2019-03-29 11:22:49 +08:00
wlliqipeng 3d5cacbff7 Update architecture.md
Modified the format of architecture.md
2019-03-29 11:18:22 +08:00
wlliqipeng 41e12cd530 Update features.md
Modified the format of features.md
2019-03-29 11:17:35 +08:00
wlliqipeng fb66f400c9 Update concept.md
modify the format of concept.md
2019-03-29 11:15:23 +08:00
dinglei cc8a0646c0 Format the title of user guide readme file 2019-03-29 11:13:46 +08:00
wlliqipeng 5e8974a444 update the format of RocketMQ User Guide 2019-03-29 11:11:01 +08:00
ly a974ed2867 [RIP-9] Modify the numbering style 2019-03-10 12:25:44 +08:00