GitHub user rhauch opened a pull request: https://github.com/apache/kafka/pull/3379
KAFKA-5472 Eliminated duplicate group names when validating connector results Kafka Connect was adding duplicate group names in the response from the REST API's validation of connector configurations. This fixes the duplicates and maintains the order of the `ConfigDef` objects so that the `ConfigValue` results are in the same order. This is a blocker and should be merged to 0.11.0. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rhauch/kafka KAFKA-5472 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3379.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 #3379 ---- commit d8e6168584cab68ff0844b6d18d8cdb79792427b Author: Randall Hauch <rha...@gmail.com> Date: 2017-06-20T00:52:28Z KAFKA-5472 Eliminated duplicate group names when validating connector results ---- --- 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. ---