Skip to content

v1.1.0

Compare
Choose a tag to compare
@m110 m110 released this 20 Dec 11:56
· 193 commits to master since this release
8840d3f

Add FanOut.

FanOut is a component that receives messages from the subscriber and passes them to all publishers. In effect, messages are "multiplied".

A typical use case for using FanOut is having one external subscription and multiple workers inside the process.