GitHub user apovzner opened a pull request:

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

    KAFKA-3597: Query ConsoleConsumer and VerifiableProducer if they shutdown 
cleanly

    Even if a test calls stop() on console_consumer or verifiable_producer, it 
is still possible that producer/consumer will not shutdown cleanly, and will be 
killed forcefully after a timeout. It will be useful for some tests to know 
whether a clean shutdown happened or not. This PR adds methods to 
console_consumer and verifiable_producer to query whether clean shutdown 
happened or not.
    
    @hachikuji and/or @granders Please review.

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

    $ git pull https://github.com/apovzner/kafka kafka-3597

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

    https://github.com/apache/kafka/pull/1278.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 #1278
    
----
commit 501ae1ad97b6b77a2078ed234bbbbafe9f828ecd
Author: Anna Povzner <a...@confluent.io>
Date:   2016-04-27T22:56:43Z

    KAFKA-3597: Enable query ConsoleConsumer and VerifiableProducer if they 
shutdown cleanly

----


---
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