tree: 6dfd7f9cd2f07125d16a04f2f62f2b7226200c61 [path history] [tgz]
  1. acl/
  2. client/
  3. controller/
  4. dledger/
  5. image/
  6. msg_trace/
  7. statictopic/
  8. architecture.md
  9. best_practice.md
  10. BrokerContainer.md
  11. concept.md
  12. Configuration_System.md
  13. Configuration_TLS.md
  14. Deployment.md
  15. design.md
  16. Example_Batch.md
  17. Example_Delay.md
  18. Example_LMQ.md
  19. Example_Simple_cn.md
  20. FAQ.md
  21. features.md
  22. operation.md
  23. QuorumACK.md
  24. README.md
  25. RocketMQ_Example.md
  26. rpc_request.md
  27. SlaveActingMasterMode.md
docs/cn/README.md

Apache RocketMQ开发者指南

这个开发者指南是帮助您快速了解,并使用 Apache RocketMQ

1. 概念和特性

2. 架构设计

  • 架构(Architecture):介绍RocketMQ部署架构和技术架构。

  • 设计(Design):介绍RocketMQ关键机制的设计原理,主要包括消息存储、通信机制、消息过滤、负载均衡、事务消息等。

3. 样例

  • 样例(Example) :介绍RocketMQ的常见用法,包括基本样例、顺序消息样例、延时消息样例、批量消息样例、过滤消息样例、事务消息样例等。

4. 最佳实践

5. 运维管理

  • 集群部署(Operation):介绍单Master模式、多Master模式、多Master多slave模式等RocketMQ集群各种形式的部署方法以及运维工具mqadmin的使用方式。

6. RocketMQ 5.0 新特性

7. API Reference(待补充)