Patterns of Data Loading – Topics and Broadcast
Continuing the discussion of the data loading and messaging, this post is going to cover the tradeoffs to consider when working with Topic and Broadcast based systems.
Directly Consuming Topics Isn’t Really A Thing
Topics, Pub/Sub, and other one-to-many messaging systems are an extremely interesting and important abstraction, but they don’t overlap with a discussion of data loading. The message broker will either use a queue for each client, which is covered here (link), or it is a broadcast, w...
Read more at shermanonsoftware.com