You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2017/05/18 03:41:04 UTC

[jira] [Created] (KAFKA-5277) Sticky Assignor should not cache the calculated assignment (KIP-54 follow-up)

Vahid Hashemian created KAFKA-5277:
--------------------------------------

             Summary: Sticky Assignor should not cache the calculated assignment (KIP-54 follow-up)
                 Key: KAFKA-5277
                 URL: https://issues.apache.org/jira/browse/KAFKA-5277
             Project: Kafka
          Issue Type: Improvement
            Reporter: Vahid Hashemian
            Assignee: Vahid Hashemian
            Priority: Minor


As a follow-up to KIP-54, remove the dependency of Sticky Assignor to previously calculated assignment. This dependency is not required because each consumer participating in the rebalance now notifies the group leader of their assignment prior to rebalance. So the leader can compile the previous assignment of the whole group from this information. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)