# 架构设计

- [Woker](https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji/worker.md): 运行Connector实例和Task的线程，一个Worker进程代表来一个Connector Runtime 运行时环境进程
- [Runtime](https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji/runtime.md): OpenMessaging Runtime 的概念模型与设计
- [Connector](https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji/connector.md): 连接器实例属于逻辑概念，其负责维护特定数据系统的相关配置，比如链接地址、需要同步哪些数据等信息。
- [Routing Task](https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji/routing-task.md): 执行具体的数据解析和转储的任务，会分配其去连接到具体的Source/Sink的数据分片
- [消费位点同步](https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji/xiao-fei-wei-dian.md): RocketMQ消息路由中的消费位点同步
- [消息路由监控](https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji/lu-you-jian-kong.md): 消息路由需要关注的一些信息，诸如消息同步TPS，消息延迟，消息堆积量，最新同步时间等


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
