You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Randall Hauch (JIRA)" <ji...@apache.org> on 2017/06/19 21:15:00 UTC

[jira] [Created] (KAFKA-5472) Connector validate REST endpoint returning duplicate entries in "groups"

Randall Hauch created KAFKA-5472:
------------------------------------

             Summary: Connector validate REST endpoint returning duplicate entries in "groups"
                 Key: KAFKA-5472
                 URL: https://issues.apache.org/jira/browse/KAFKA-5472
             Project: Kafka
          Issue Type: Bug
            Reporter: Randall Hauch


When calling the REST endpoint to validate a connector configuration, the response includes duplicate values for the {{groups}} field:
{code:javascript}
{
  // ...
  groups: ["Common", "Transforms", "Common", "Transforms"]
}
{code}

This is a regression and may cause issues for any tooling that is using the Kafka Connect REST API.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)