v1.1.0
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.