GitHub user SinghAsDev opened a pull request:

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

    Kafka 2746

    

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

    $ git pull https://github.com/SinghAsDev/kafka KAFKA-2746

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

    https://github.com/apache/kafka/pull/534.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 #534
    
----
commit 3c33198d9cdb731ae6273c80c0d81699c8e92ce0
Author: Ismael Juma <ism...@juma.me.uk>
Date:   2015-11-13T21:43:34Z

    Do not use ZKUtils in `ConsumerGroupCommand` if `new-consumer` is used

commit 28d5992bf91388623c3b4ed91f947dbc9b37a8da
Author: Ismael Juma <ism...@juma.me.uk>
Date:   2015-11-13T22:31:14Z

    Reuse consumer and accept consumer.config option
    
    Also improve error message if delete is used with new-consumer.

commit 2bc64b56493935eab5c704ef13751ceb6a8eb57c
Author: Ismael Juma <ism...@juma.me.uk>
Date:   2015-11-13T22:49:57Z

    Remove `consumer.config` for now
    
    It may be better to reuse `config`.

commit 0e586a6b766cb9674586e346fdd29154162f3fa1
Author: Ismael Juma <ism...@juma.me.uk>
Date:   2015-11-13T23:12:43Z

    Fix NPE when committed returns null

commit fe6070408f6042d22033c4d31a604ef0b3cbaa01
Author: Ismael Juma <ism...@juma.me.uk>
Date:   2015-11-13T23:48:12Z

    Set GROUP_ID_CONFIG in consumer correctly based on received option
    
    Bug spotted by Jason.

commit d9fe30ed24eaaeb59c3aabaff736359f3b38a375
Author: Ismael Juma <ism...@juma.me.uk>
Date:   2015-11-14T11:26:41Z

    Create consumer lazily in `KafkaConsumerGroupService`
    
    We need a group-id to create a consumer, but a consumer is not
    needed for `list()`. This avoids a NPE while trying to get a non-existent
    group-id during `list()` spotted by Jun.

commit 426bbf032a95f974e2929f3ef080a41f060399e2
Author: Ashish Singh <asi...@cloudera.com>
Date:   2015-11-16T00:32:01Z

    KAFKA-2746: Add support for using ConsumerGroupCommand on secure install

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to