ethan
c204199e1d
fix notAvailableDuration description in doc file ( #4511 )
2022-06-25 11:49:12 +08:00
cnScarb
fcfe26e444
[ISSUE #4037 ] Add DeleteExpiredCommitLogSubCommand ( #4038 )
...
* [ISSUE #4037 ] Merge with origin
* [ISSUE #4048 ] Add assertions for DeleteExpiredCommitLogSubCommandTest
2022-06-14 17:18:14 +08:00
Dios314
0fca6df7f4
Something in docs may cause confusion ( #4403 )
2022-06-04 16:10:16 +08:00
Ni Ze
0bc3b991e1
[ISSUE #4226 ] Message length exceeds the maximum length when sendback ( #4338 )
...
* fix(bug)msg length exceeds the maximum length when sendback
* fix(store) MessageStoreConfig: maxMessageBodySize -> maxMessageSize, for compatibility
* style(formatting) commigLog
2022-06-01 13:51:07 +08:00
chris-joys
e05b098327
[ISSUE #4067 ] fix: Add TLS configuration documents. ( #4387 )
...
* [ISSUE #4067 ] fix: Add TLS configuration documents.
* Fix spelling mistakes
Update document to fix spelling mistakes.
* [ISSUE #4067 ] fix: Update document to fix spelling mistakes.
2022-05-29 18:43:07 +08:00
gobbq and 文泊
726ed7298c
fix broker log path typo ( #4307 )
...
Co-authored-by: 文泊 <xll333993@alibaba-inc.com >
2022-05-15 10:48:31 +08:00
samz406
9de7be4785
update design doc ( #4205 )
2022-04-26 10:08:11 +08:00
6U-U9
d100d3c9a5
[ISSUE #4167 ] Replace Charset.forName("UTF-8") with StandardCharsets.UTF_8 ( #4024 )
...
* Replace Charset.forName("UTF-8") with StandardCharsets.UTF_8
* Remove the specification of Charset according to SimplePullConsumer
2022-04-17 23:02:07 +08:00
gogodjzhu and djzhu
2897bbfba2
[ISSUE #4150 ] Fix spelling mistakes on docs ( #4141 )
...
Co-authored-by: djzhu <zhudejun1@huya.com >
2022-04-13 09:16:29 +08:00
9f82b1e6b6
[Doc] Fixed typo in getStartIndex method in RocketMQ_Example.md file ( #4012 )
...
* Update .travis.yml
Depracated MODERATE noisy mail for dev@rocketmq.apache.org . Still Failing: apache/rocketmq#5670 (5.0.0-alpha-static-topic - 5ebc327 ) @dongeforever
* Updated Notice file to 2022 (#3735 )
* 4.2消息列表分割示例 getStartIndex方法中变量名称错误
方法getStartIndex() 中messages.get(curIndex)修正为messages.get(currIndex);
Co-authored-by: von gosling <vongosling@apache.org >
Co-authored-by: ZhangJian He <shoothzj@gmail.com >
Co-authored-by: tigerweili <tigerweili@tencent.com >
2022-04-06 22:17:54 +08:00
dugenkui
fd554ab120
[Document] Update user_guide.md: Fix for link. ( #4085 )
...
* Update user_guide.md
Fix for link: md field regard 'full width text' as part of link.
Replace linkage with '#'.
* Highlight java code
* fix typo in TraceDispatcher
2022-04-02 10:00:57 +08:00
yuz10
336939080e
[ISSUE #4035 ] rename some commands ( #4036 )
...
* rename some commands
* update doc
2022-04-01 08:58:27 +08:00
zhangyang
6817856d08
[ISSUE #4054 ] fix doc format ( #4055 )
...
Signed-off-by: zhangyang21 <zhangyang21@xiaomi.com >
2022-03-30 10:24:00 +08:00
hn and hening
1a72ffd200
fix docs error ( #4023 )
...
Co-authored-by: hening <ninghe.hn@alibaba-inc.com >
2022-03-24 10:13:12 +08:00
446b76b07b
typo: best_practice.md ( #3939 )
...
* Update .travis.yml
Depracated MODERATE noisy mail for dev@rocketmq.apache.org . Still Failing: apache/rocketmq#5670 (5.0.0-alpha-static-topic - 5ebc327 ) @dongeforever
* Updated Notice file to 2022 (#3735 )
* Update best_practice.md
fix word
Co-authored-by: von gosling <vongosling@apache.org >
Co-authored-by: ZhangJian He <shoothzj@gmail.com >
Co-authored-by: tigerweili <tigerweili@tencent.com >
2022-03-08 16:30:26 +08:00
hn and hening
52700533b0
fix some docs error ( #3926 )
...
* fix some docs error
* remove useless code
Co-authored-by: hening <ninghe.hn@alibaba-inc.com >
2022-03-04 16:11:07 +08:00
sunxi92
c1bb6aa27b
[ISSUE #2986 ] Support for multiple ACL files in a fixed directory ( #3761 )
...
* acl temp
* acl
* fix test case
* fix code style issues
* add considerations on compatibility to the original one ACL config file and scalability of supporting multiple config files in different directories.
* fix test case testWatch
* 1.fix some issues
2.add a detailed design document
* Add warn log when the accesskey is repeated in multiple ACL files.
* 1.Change the folder of acl configuration to conf/acl
2.Add the logic to check if path is a directory in the method of getAllAclFiles(String path)
* Add a parameter in AclFileWatchService constructor.
* Add logic to determine if path exists in the getAllAclFiles(String path) method in PlainPermissionManager.java and AclFileWatchService.java
* Fix the serialization problem of allAclFileVersion field in clusterAclConfigVersion command
* 1.Fix the serialization problem of allAclFileVersion field in clusterAclConfigVersion command
2.Improve the logic of updateAccessConfig method
2022-02-19 09:52:31 +08:00
ca92d367fd
Update design.md ( #3835 )
...
* Update .travis.yml
Depracated MODERATE noisy mail for dev@rocketmq.apache.org . Still Failing: apache/rocketmq#5670 (5.0.0-alpha-static-topic - 5ebc327 ) @dongeforever
* Updated Notice file to 2022 (#3735 )
* Update design.md
delete redundant text
Co-authored-by: von gosling <vongosling@apache.org >
Co-authored-by: ZhangJian He <shoothzj@gmail.com >
2022-02-09 19:08:43 +08:00
彭小漪
30d1c58a0c
[ISSUE #3801 ] Polish the document 'CLITools.md'. ( #3802 )
2022-01-27 14:29:32 +08:00
彭小漪 and penglong
35334e2669
[ISSUE #3782 ] docs: Fix the default value of parameter 'sendMsgTimeout'. ( #3783 )
...
Co-authored-by: penglong <long.peng@dmall.com >
2022-01-22 21:06:25 +08:00
彭小漪
41f58e4b86
[ISSUE #3774 ] docs: Polish the document 'Example_Transaction.md'. ( #3775 )
2022-01-19 20:14:34 +08:00
彭小漪
c832523742
[ISSUE #3757 ] docs: Polish the document 'Design_Query.md'. ( #3758 )
2022-01-15 17:25:44 +08:00
tianliuliu
14b63ee550
[RIP-28] light message queue(LMQ) ( #3694 )
2022-01-13 19:15:42 +08:00
彭小漪
8d28d3fa20
[ISSUE #3751 ] docs: Fix typos and other little error in the document 'Configuration_Client.md' ( #3752 )
2022-01-13 13:48:04 +08:00
彭小漪
1ef1af6a99
[ISSUE #3728 ] docs: Make the 'Uses of keys' entry in the document 'Best practices' more complete. ( #3729 )
2022-01-08 21:42:03 +08:00
tiger lee
18c79790e7
Merge pull request #1085 from andrexuDeveloper/develop
...
[RIP-9] add DefaultPullConsumer api doc
2022-01-06 20:20:25 +08:00
彭小漪
3f4329ce7f
[ISSUE #3692 ] docs: Modify the title content about the message query documentation. ( #3693 )
2022-01-06 09:14:40 +08:00
tiger lee
ac0cebc10b
Merge pull request #3214 from slievrly/develop_doc_0804
...
optimize namesrv default address docs
2022-01-05 20:42:52 +08:00
Jun
6ac5f49897
[ISSUE #2472 ] Add producer best practice for english
2021-12-20 19:45:40 +08:00
8b58328645
Polish the doc for tracing parts. ( #3573 )
...
* fix(broker): can not clear topic unitSubFlag (#3429 )
Co-authored-by: lushilin <lushilin.me@bytedance.com >
* doc-optimization (#3523 )
* 完善BrokerServer部分描述细节
完善BrokerServer部分描述细节
Co-authored-by: lushilin <897401919@qq.com >
Co-authored-by: lushilin <lushilin.me@bytedance.com >
Co-authored-by: Smile <1494445739@qq.com >
2021-12-10 15:27:56 +08:00
XiaoyiPeng
d6f3ed6c1a
[ISSUE #3567 ] fix: The value of configuration item (PushConsumer#consumeThreadMin) in document and code are different.
2021-12-02 10:22:01 +08:00
Smile
2624763eab
doc-optimization ( #3523 )
2021-11-30 10:52:10 +08:00
Silverados
fa935e832a
fix document mistake ( #3304 )
...
message.getBody() return byte[], so change to length.
2021-09-24 17:39:54 +08:00
Silverados
9013cc5f64
fix document mistake ( #3303 )
...
fix message.getBody().length() --> message.getBody().length
2021-09-24 17:39:17 +08:00
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
slievrly
c98d5a8046
optimize namesrv default address docs
2021-08-04 14:27:53 +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