> For the complete documentation index, see [llms.txt](https://rocketmq-1.gitbook.io/rocketmq-connector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketmq-1.gitbook.io/rocketmq-connector/jia-gou-she-ji.md).

# 架构设计

- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
