You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Kamal15 <gi...@git.apache.org> on 2017/09/08 12:29:33 UTC

[GitHub] kafka pull request #3815: KAFKA-5846; Used Singleton NoOpConsumerRebalanceLi...

GitHub user Kamal15 opened a pull request:

    https://github.com/apache/kafka/pull/3815

    KAFKA-5846; Used Singleton NoOpConsumerRebalanceListener in the Kafka…

    …Consumer#subscribe call.
    
    - I haven't removed the internal class 'NoOpConsumerRebalanceListener', as it might conflict with the existing users who's using it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Kamal15/kafka rebalance_listener

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3815.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 #3815
    
----
commit 0af02d35e667948198574fc2c1404c8f340bba1f
Author: Kamal Chandraprakash <ka...@gmail.com>
Date:   2017-09-08T12:31:58Z

    KAFKA-5846; Used Singleton NoOpConsumerRebalanceListener in the KafkaConsumer#subscribe call.

----


---