GitHub user bbejeck opened a pull request: https://github.com/apache/kafka/pull/1532
KAFKA-3482: consolidate utility methods to TestUtils, added StreamsTe⦠â¦stUtils, added method for pausing tests to TestUtils Changes made: 1. Added utility method for creating consumer configs. 2. Added methods for creating producer, consumer configs with default values for de/serializers. 3. Pulled out method for waiting for test state to TestUtils (not using Thread.sleep). 4. Added utility class for creating streams configs and methods providing default de/serializers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbejeck/kafka KAFKA_3842_add_helper_functions_test_utils Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1532.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 #1532 ---- commit 7f53185c0e8b446b32274ae4b54250daa999c699 Author: bbejeck <bbej...@gmail.com> Date: 2016-06-21T02:45:23Z KAFKA-3482: consolidate utility methods to TestUtils, added StreamsTestUtils, added method for pausing tests to TestUtils ---- --- 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. ---