Hello, Say we are using Zookeeper-based Producers, and we specify a topic to be written to. Since we don't specify the actual brokers, is there a way to prevent a topic from appearing on a specific broker? What if we set the topic's partition count to 0 on the broker we don't want it to appear?
Would that work? Thanks, Philip