[
https://issues.apache.org/jira/browse/KAFKA-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016325#comment-16016325
]
ASF GitHub Bot commented on KAFKA-5277:
---------------------------------------
GitHub user vahidhashemian opened a pull request:
https://github.com/apache/kafka/pull/3092
KAFKA-5277: Sticky Assignor should not cache previous assignment
... plus some minor cleanup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vahidhashemian/kafka KAFKA-5277
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3092.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3092
----
----
> 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)