U
Jun 9, 2024Using Phoenix.PubSub as a message-bus for Elixir cluster
In my sharing session about using Phoenix.PubSub as message-bus for Elixir cluster, it quite simple...
Jun 9, 20242 min read6 reactions0 comments
Tag archive
In my sharing session about using Phoenix.PubSub as message-bus for Elixir cluster, it quite simple...
In today’s interconnected world, where applications and services need to communicate with each other...
Frequently I hear oh should we use REST or an event bus, we want to pass messages around. Oh Async...
Bus is a package that allows different packages to communicate with each other without knowing about each other. A package can emit an event without knowing which handlers will consume.