You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by do...@apache.org on 2021/12/03 07:47:33 UTC

[rocketmq] branch 5.0.0-alpha-static-topic updated (3a621e6 -> d677d85)

This is an automated email from the ASF dual-hosted git repository.

dongeforever pushed a change to branch 5.0.0-alpha-static-topic
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 3a621e6  Add code reading guide to doc
     new aa505d2  Polish doc
     new d677d85  Polish doc

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"   | 5 +++++
 .../apache/rocketmq/test/{smoke => statictopic}/StaticTopicIT.java   | 4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)
 rename test/src/test/java/org/apache/rocketmq/test/{smoke => statictopic}/StaticTopicIT.java (99%)

[rocketmq] 02/02: Polish doc

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dongeforever pushed a commit to branch 5.0.0-alpha-static-topic
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit d677d85c9fc08cb3072cca295c427a069696d363
Author: dongeforever <do...@apache.org>
AuthorDate: Fri Dec 3 15:47:20 2021 +0800

    Polish doc
---
 .../RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"    | 3 +++
 .../apache/rocketmq/test/{smoke => statictopic}/StaticTopicIT.java    | 4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git "a/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md" "b/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"
index d9554ce..34244ca 100644
--- "a/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"
+++ "b/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"
@@ -454,6 +454,9 @@ if (rewriteResult != null) {
 }
 ```
 其它Processor类似
+#### 测试入口
+rocketmq-test模块,statictopic目录。
+
 
 
 
diff --git a/test/src/test/java/org/apache/rocketmq/test/smoke/StaticTopicIT.java b/test/src/test/java/org/apache/rocketmq/test/statictopic/StaticTopicIT.java
similarity index 99%
rename from test/src/test/java/org/apache/rocketmq/test/smoke/StaticTopicIT.java
rename to test/src/test/java/org/apache/rocketmq/test/statictopic/StaticTopicIT.java
index 9b348dd..2bec8a0 100644
--- a/test/src/test/java/org/apache/rocketmq/test/smoke/StaticTopicIT.java
+++ b/test/src/test/java/org/apache/rocketmq/test/statictopic/StaticTopicIT.java
@@ -1,11 +1,9 @@
-package org.apache.rocketmq.test.smoke;
+package org.apache.rocketmq.test.statictopic;
 
 import org.apache.log4j.Logger;
-import org.apache.rocketmq.common.BrokerConfig;
 import org.apache.rocketmq.common.MixAll;
 import org.apache.rocketmq.common.message.MessageExt;
 import org.apache.rocketmq.common.message.MessageQueue;
-import org.apache.rocketmq.common.protocol.body.ClusterInfo;
 import org.apache.rocketmq.common.rpc.ClientMetadata;
 import org.apache.rocketmq.common.statictopic.TopicConfigAndQueueMapping;
 import org.apache.rocketmq.common.statictopic.TopicQueueMappingOne;

[rocketmq] 01/02: Polish doc

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dongeforever pushed a commit to branch 5.0.0-alpha-static-topic
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit aa505d2385dc92a2016fda45201d2a9905edc35f
Author: dongeforever <do...@apache.org>
AuthorDate: Fri Dec 3 15:35:48 2021 +0800

    Polish doc
---
 .../RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"      | 2 ++
 1 file changed, 2 insertions(+)

diff --git "a/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md" "b/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"
index f091a51..d9554ce 100644
--- "a/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"
+++ "b/docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_\350\256\276\350\256\241.md"
@@ -4,6 +4,8 @@
 | 2021-11-01 | 初稿,包括背景、目标、SOT定义与持久化、SOT生命周期、SOT的使用、API逻辑修改、问题与风险 | dongeforever |
 | 2021-11-15 | 修改 LogicQueue 的定义,不要引入新字段,完全复用旧的MessageQueue; RemappingStaticTopic时,不要迁移『位点』『幂等数据』等,而是采用Double-Check-Read 的机制| dongforever |
 | 2021-12-01 | 更新问题与风险,增加关于一致性、OutOfRange、拉取中断的详细说明| dongforever |
+| 2021-12-03 | 增加代码走读的说明| dongforever |
+
 
 
 中文文档在描述特定专业术语时,仍然使用英文。