Place an order. The RPC publishes 'created' on the
orders topic and returns. A separately-registered live.effect([orders], handler) fires, fans out to
an audit feed and a notifications feed. Three streams light up
from one user action; the effect handler is fire-and-forget,
runs on the server, and the original publisher (the placeOrder RPC) doesn't wait for it.
Acting as Sneaky Platypus (727cc0d7)
source topic; the RPC publishes here.
populated by the effect handler.
populated by the same effect handler.