⚡️一个基于主题-订阅模型的快速响应,高可用的消息队列
An awesome MQ middleware to support your project!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Feature:(详细见src/docs/)
- 主题发布-订阅模型
- 全程无锁
- Broker Cluster 的存储(元数据+消息)由开源的高性能Raft组DragonBoat负责保证分布性一致性和容错性+RocksDB负责持久化
- 不采用刷盘做持久化也能达到直接刷盘的performance,集成更快
本篇README.md面向开发者
- xxxxx x.x.x
- xxxxx x.x.x
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/shaojintian/MessageQueue-go.git
eg:
filetree
├── ARCHITECTURE.md
├── LICENSE.txt
├── README.md
├── /account/
├── /bbs/
├── /docs/
│ ├── /rules/
│ │ ├── backend.txt
│ │ └── frontend.txt
├── manage.py
├── /oa/
├── /static/
├── /templates/
├── useless.md
└── /util/
请阅读ARCHITECTURE.md 查阅为该项目的架构。
暂无
请阅读CONTRIBUTING.md 查阅为该项目做出贡献的开发者。
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是非常感谢的。
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
sjt@xxxx
您也可以在贡献者名单中参看所有参与该项目的开发者。
该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt