https://github.com/easy-bus/bus
标准消息总线 Standard Message Bus
https://github.com/easy-bus/bus
bus event kafka message nsq queue rabbit rocketmq
Last synced: 6 months ago
JSON representation
标准消息总线 Standard Message Bus
- Host: GitHub
- URL: https://github.com/easy-bus/bus
- Owner: easy-bus
- License: mit
- Created: 2020-02-28T06:52:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T07:35:46.000Z (almost 3 years ago)
- Last Synced: 2025-08-15T10:28:56.506Z (11 months ago)
- Topics: bus, event, kafka, message, nsq, queue, rabbit, rocketmq
- Language: Go
- Size: 130 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bus
标准消息总线 Standard Message Bus
### Sender
消息发送器, 封装发送细节 (错误处理, 事务消息)
### Handler
消息处理器, 封装处理细节 (错误处理, 幂等性, 延迟重试, 死信存储)
### 处理流程图
