gookit / event

📢 Lightweight event manager and dispatcher implements by Go. Go实现的轻量级的事件管理、调度程序库, 支持设置监听器的优先级, 支持使用通配符来进行一组事件的监听
https://pgk.go.dev/github.com/gookit/event
MIT License
508 stars 59 forks source link

支持rocketmq Kafka之类的驱动吗 #18

Closed no-serve-people closed 1 year ago

no-serve-people commented 3 years ago

System (please complete the following information):

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

// go code

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

zhangsean commented 2 years ago

我也想问,目前event是单机单实例应用内的事件驱动,如果可以整合第三方消息服务,马上就可以支持分布式多应用多实例事件驱动了,应用范围和空间讲大范围扩展啊。

inhere commented 1 year ago

那样做的太复杂了...