You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Vijendra Kulhade (JIRA)" <ji...@apache.org> on 2018/02/18 21:37:00 UTC

[jira] [Created] (KAFKA-6570) AbstractPartitionAssignor should provide more flexibility to its implementor to see cluster meta data.

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)