GitHub user mikkin opened a pull request:
https://github.com/apache/kafka/pull/4279
KAFKA-6284: Fixed system test for Connect REST API
`topics.regex` was added in KAFKA-3073. This change fixes the test that
invokes `/validate` to ensure that all the configdefs are returned as expected.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mikkin/kafka KAFKA-6284
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4279.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 #4279
----
commit 426dfa9b888acbe6f8c5f90b1c24dad62f92ded7
Author: Mikkin <[email protected]>
Date: 2017-11-30T17:37:56Z
KAFKA-6284: Fixed system test for Connect REST API
----
---