Kafka ACLs are at the topic level, not partition level. Probably better to make 10 topics of 1 partition each and use topic ACLs to control access.
-hans > On Jun 25, 2018, at 9:50 PM, Yash Ganthe <yas...@gmail.com> wrote: > > Hi, > > If I have a topic with 10 partitions, I would like each partition to be > accessible to only certain consumers. Consumer 1 should be able to read > from partition 1 but no other partition and so on. Is this possible in > Kafka? > > -Yash