Timeline for What is the meaning of fan-out
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 18, 2021 at 18:00 | history | tweeted | twitter.com/StackSoftEng/status/1351227885428813827 | ||
| Jan 14, 2021 at 0:29 | vote | accept | user3153970 | ||
| Jan 13, 2021 at 23:22 | comment | added | Ben Cottrell | In RabbitMQ at least, the term 'fan out' refers to a lack of routing or filtering intelligence; any subscriber(queue) attached to a fan-out exchange will always ignore all routing keys and filter patterns, and therefore messages published to that exchange are always delivered to all subscribers. On the flipside, RabbitMQ supports routing models where subscribers can choose to filter the messages they receive based upon some pattern matching and routing key rules. So in that context at least, fanout just means unconditional delivery to all subscribers. | |
| Jan 13, 2021 at 6:26 | review | Close votes | |||
| Jan 18, 2021 at 3:02 | |||||
| Jan 13, 2021 at 6:19 | answer | added | lennon310 | timeline score: 10 | |
| Jan 13, 2021 at 6:11 | answer | added | Jerry101 | timeline score: 17 | |
| Jan 13, 2021 at 6:00 | history | edited | lennon310 | CC BY-SA 4.0 | added 18 characters in body |
| Jan 13, 2021 at 5:54 | history | asked | user3153970 | CC BY-SA 4.0 |