reactive-interaction-gateway响应式交互网关


reactive-interaction-gateway 的目的是让当前的微服务实时化,基于elixir 开发

来自官方的参考图

  • 参考架构

  • 参考玩法

说明

目前类似real time gateway 还是挺多的,基于reactive-interaction-gateway可以让我们的微服务应用变成事件驱动的,同时对于event 的格式,官方使用了
cloudevents ,代码上基于elixir,并不是很难,架构设计上还是值得学习的

参考资料

https://github.com/Accenture/reactive-interaction-gateway
https://accenture.github.io/reactive-interaction-gateway/docs/intro.html