Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Kwan的解忧杂货铺@新空间代码工作室
Rocketmq
提交
c1d4b8b5
R
Rocketmq
项目概览
Kwan的解忧杂货铺@新空间代码工作室
/
Rocketmq
与 Fork 源项目一致
Fork自
Apache RocketMQ / Rocketmq
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
Rocketmq
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c1d4b8b5
编写于
11月 29, 2021
作者:
D
dongeforever
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Polish the concept for static topic doc
上级
cc40d349
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
7 addition
and
2 deletion
+7
-2
docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_设计.md
docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_设计.md
+7
-2
未找到文件。
docs/cn/statictopic/RocketMQ_Static_Topic_Logic_Queue_设计.md
浏览文件 @
c1d4b8b5
...
...
@@ -33,7 +33,7 @@ LogicQueue的思路就是为了解决这一问题。
### 设计目标
#### 总体目标
提供『Static Topic』的特性。
引入以下概念:
引入以下
核心
概念:
-
physical message queue, physical queue for short, a shard bound to a specified broker.
-
logic message queue, logic queue for short, a shard vertically composed by physical queues.
-
dynamic sharded topic, dynamic topic for short, which has queues increasing with the broker numbers.
...
...
@@ -42,6 +42,11 @@ LogicQueue的思路就是为了解决这一问题。
『Static Topic』拥有固定的分片数量,每个分片称之为『Logic Queue』。
每个『Logic Queue』由多个『Physical Queue』进行纵向分段映射组成。
引入以下非核心概念,对用户无感知,但对于讨论问题非常重要:
-
Leader Queue, 某个『Logic Queue』最新映射的『Physical Queue』,也即可写的那个Queue
-
Second Leader Queue,某个『Logic Queue』次新映射的『Physical Queue』,也即最新一次切换之前的『Leader Queue』
#### LogicQueue 目标
在客户端,LogicQueue 与 Physical Queue 使用体感上没有任何区别,使用一样的概念和对象,遵循一样的语义。
在服务端,针对 LogicQueue 去适配相关的API。
...
...
@@ -149,7 +154,7 @@ LogicQueue 的 Source of Truth 就是 LogicQueue 到 Physical Queue 的映射关
*
位点范围『0-1000』映射到 Physical Queue 『broker01-0』上面
*
位点范围『1000-』映射到 Physical Queue 『broker02-0』上面
『拥有』的定义是指,
映射关系的最新队列在当前Broker。注意,在实现时,也会把次新队列
存储下来作为备份。
『拥有』的定义是指,
Leader Queue 在当前Broker。注意,在实现时,也会把Second Leader Queue
存储下来作为备份。
注意以下要点:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录