implement option to no spread messages to all consumers
currently all messages that are sent to a topic a spread to all consumers connected to this topic. This, for obvious reasons, does not make sense if the consumers are supposed to do data analysis. the message broker should rather act as a load balancer here. ideally we have an option per topic where we can decide, whether the message should be sent to one single consumer only, or spread to all consumers