GitHub user shikhar opened a pull request: https://github.com/apache/kafka/pull/2313
KAFKA-4575: ensure topic created before starting sink for ConnectDistributedTest.test_pause_resume_sink Otherwise in this test the sink task goes through the pause/resume cycle with 0 assigned partitions, since the default metadata refresh interval is quite long You can merge this pull request into a Git repository by running: $ git pull https://github.com/shikhar/kafka kafka-4575 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2313.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 #2313 ---- commit fdc2bb353de995ba09398d0851b934d3aee4570c Author: Shikhar Bhushan <shik...@confluent.io> Date: 2017-01-05T00:28:14Z KAFKA-4575: ensure topic created before starting sink for ConnectDistributedTest.test_pause_resume_sink Otherwise in this test the sink task goes through the pause/resume cycle with 0 assigned partitions, since the default metadata refresh interval is quite long ---- --- 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. ---