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

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

     [ https://issues.apache.org/jira/browse/KAFKA-5472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randall Hauch updated KAFKA-5472:
---------------------------------
    Fix Version/s: 0.11.0.0

> 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
>          Components: KafkaConnect
>    Affects Versions: 0.11.0.0
>            Reporter: Randall Hauch
>            Assignee: Randall Hauch
>            Priority: Blocker
>             Fix For: 0.11.0.0
>
>
> 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)