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:03 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vijendra Kulhade updated KAFKA-6570:
------------------------------------
    Summary: AbstractPartitionAssignor should provide more flexibility to its sub class to see cluster meta data.  (was: AbstractPartitionAssignor should provide more flexibility to its implementor to see cluster meta data.)

> AbstractPartitionAssignor should provide more flexibility to its sub class 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
>            Priority: Major
>
> 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)