I'm looking for a scalable pub sub cluster where it's possible that publishers only send messages for a given topic to socketcluster if there are subscribers?
The reason being is that all of my publishers process millions of messages for many topics which for long periods won't have subscribers. So it's a huge waste computationally and price wise to send everything to the pub sub cluster.