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)