Vijendra Kulhade created KAFKA-6570: ---------------------------------------
Summary: AbstractPartitionAssignor should provide more flexibility to its implementor to see cluster meta data. Key: KAFKA-6570 URL: https://issues.apache.org/jira/browse/KAFKA-6570 Project: Kafka Issue Type: Wish Components: clients, consumer Affects Versions: 0.10.2.0 Reporter: Vijendra Kulhade At present `AbstractPartitionAssignor` only pass `partitionsPerTopic` to its sub classes i.e. `RangeAssignor` and `RoundRobinAssignor`. I want to extend an assignor which only assigns partitions which are not replicas. Since I don't have the cluster detail, I can not check for the leaders for a partitions and assign them. -- This message was sent by Atlassian JIRA (v7.6.3#76005)