Commit Graph
325 Commits
Author SHA1 Message Date
RongtongJin 0d15e6c2d5 Merge 5.0.0-alpha-merge with develop branch 2022-02-25 17:43:06 +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
dongeforever b3f9fbd3a7 Convert the consumer offset too 2022-02-08 10:38:41 +08:00
dongeforever b6ff649291 feat(all):new feature for static topic 2022-02-08 10:38:41 +08:00
彭小漪 30d1c58a0c [ISSUE #3801] Polish the document 'CLITools.md'. (#3802) 2022-01-27 14:29:32 +08:00
彭小漪andpenglong 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
RongtongJin f1b0318d1a Merge remote-tracking branch 'apache/develop' into 5.0.0-alpha
# Conflicts:
#	.travis.yml
#	acl/pom.xml
#	broker/pom.xml
#	client/pom.xml
#	common/pom.xml
#	common/src/main/java/org/apache/rocketmq/common/MQVersion.java
#	distribution/pom.xml
#	example/pom.xml
#	filter/pom.xml
#	logappender/pom.xml
#	logging/pom.xml
#	namesrv/pom.xml
#	openmessaging/pom.xml
#	pom.xml
#	remoting/pom.xml
#	srvutil/pom.xml
#	store/pom.xml
#	store/src/main/java/org/apache/rocketmq/store/GetMessageResult.java
#	test/pom.xml
#	tools/pom.xml
#	tools/src/main/java/org/apache/rocketmq/tools/admin/DefaultMQAdminExt.java
#	tools/src/main/java/org/apache/rocketmq/tools/admin/DefaultMQAdminExtImpl.java
#	tools/src/main/java/org/apache/rocketmq/tools/admin/MQAdminExt.java
#	tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java
#	tools/src/test/java/org/apache/rocketmq/tools/admin/DefaultMQAdminExtTest.java
2021-11-01 12:46:26 +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
odbozhou 2bf133be29 Merge branch 'develop' into 5.0.0-preview
# Conflicts:
#	.travis.yml
#	acl/pom.xml
#	broker/pom.xml
#	broker/src/main/java/org/apache/rocketmq/broker/processor/AbstractSendMessageProcessor.java
#	broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java
#	broker/src/main/java/org/apache/rocketmq/broker/processor/SendMessageProcessor.java
#	client/pom.xml
#	client/src/main/java/org/apache/rocketmq/client/impl/consumer/RebalanceImpl.java
#	client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
#	client/src/test/java/org/apache/rocketmq/client/impl/MQClientAPIImplTest.java
#	common/pom.xml
#	common/src/main/java/org/apache/rocketmq/common/MQVersion.java
#	common/src/main/java/org/apache/rocketmq/common/protocol/RequestCode.java
#	distribution/pom.xml
#	example/pom.xml
#	filter/pom.xml
#	logappender/pom.xml
#	logging/pom.xml
#	namesrv/pom.xml
#	namesrv/src/main/java/org/apache/rocketmq/namesrv/processor/DefaultRequestProcessor.java
#	namesrv/src/main/java/org/apache/rocketmq/namesrv/routeinfo/RouteInfoManager.java
#	openmessaging/pom.xml
#	pom.xml
#	remoting/pom.xml
#	srvutil/pom.xml
#	store/pom.xml
#	store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java
#	test/pom.xml
#	tools/pom.xml
#	tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java
2021-09-24 15:35:46 +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
duhenglucky 48fa70bc8c Merge branch 5.0.0-preview into pop_consumer 2021-06-29 13:39:20 +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