Using Kafka to broadcast a message to all instances of an application seems to be a less common use case than using Kafka to send a message to one of many instances of an application. But broadcasting is easy to do with a single change to the consumer.