A minimal event bus library for golang
Most people's microservices are stateless, and the task load is very light, so there is no need for heavy message components such as kafka. Using minevents can help you quickly start the project and smoothly pass through the early and mid-term of the project
- Event bus
- flow control
- The task can be resumed after abnormal exit
一个最小化的golang事件总线库
大部分人的微服务都是无状态的,且任务量很轻,压根不需要kafka这类重型消息组件。使用minevents可以帮你快速启动项目,平稳渡过项目前中期
- 事件总线
- 流量控制
- 异常退出后任务可恢复