Türker Yıldırım
A broadcast that goes to every node on every publish. Classic pub/sub does not scale in a cluster, and 7.0 gives channels that respect slots.
A public channel broadcasts to anyone who subscribes, which is fine for a status page and wrong for anything showing a user their own data. The channel authorisation…