tree: baf68700ee1deb56f2ed40bd175b2e6bac4e1167 [path history] [tgz]
  1. acl/
  2. client/
  3. controller/
  4. dledger/
  5. image/
  6. msg_trace/
  7. proxy/
  8. statictopic/
  9. architecture.md
  10. best_practice.md
  11. BrokerContainer.md
  12. concept.md
  13. Configuration_System.md
  14. Configuration_TLS.md
  15. Deployment.md
  16. design.md
  17. Example_Batch.md
  18. Example_Compaction_Topic_cn.md
  19. Example_CreateTopic.md
  20. Example_Delay.md
  21. Example_LMQ.md
  22. Example_Simple_cn.md
  23. FAQ.md
  24. features.md
  25. operation.md
  26. QuorumACK.md
  27. README.md
  28. RocketMQ_Example.md
  29. rpc_request.md
  30. 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(待补充)