Hi, I am using Kafka 0.10.2.
I have multiple topics & consumers set up with ACLS such that consumer can only read from a particular topic. I am wondering how I can prevent a consumer from accessing metadata in zookeeper about other topics? i.e, prevent consumers from listing or getting info about topics in the cluster. (Not let marketing dept see the topic names of finance topics.) Thanks, Reema