[ https://issues.apache.org/jira/browse/KAFKA-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14739911#comment-14739911 ]
ASF GitHub Bot commented on KAFKA-2532: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/203 KAFKA-2532; Remove Consumer reference from rebalance callback You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-2532 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/203.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 #203 ---- commit 3325636679be9e2c5b7dc92ddbf774fa4171d2d2 Author: Jason Gustafson <ja...@confluent.io> Date: 2015-09-11T00:20:18Z KAFKA-2532; Remove Consumer reference from rebalance callback ---- > Remove Consumer from rebalance callback arguments > ------------------------------------------------- > > Key: KAFKA-2532 > URL: https://issues.apache.org/jira/browse/KAFKA-2532 > Project: Kafka > Issue Type: Sub-task > Reporter: Jason Gustafson > Assignee: Jason Gustafson > Fix For: 0.9.0 > > > After KAFKA-2388, the rebalance callback is no longer constructed in > configuration, so we should no longer need to pass a reference to the > consumer instance in the callback arguments. This allows us to remove the > callback wrapper in SubscriptionState. -- This message was sent by Atlassian JIRA (v6.3.4#6332)