You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/11/04 17:46:59 UTC

[jira] [Resolved] (KAFKA-4372) Kafka Connect REST API does not handle DELETE of connector with slashes in their names

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

Ewen Cheslack-Postava resolved KAFKA-4372.
------------------------------------------
       Resolution: Fixed
         Reviewer: Ewen Cheslack-Postava
    Fix Version/s: 0.10.2.0

> Kafka Connect REST API does not handle DELETE of connector with slashes in their names
> --------------------------------------------------------------------------------------
>
>                 Key: KAFKA-4372
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4372
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 0.10.0.0, 0.10.0.1
>            Reporter: Olivier Girardot
>            Assignee: Ewen Cheslack-Postava
>             Fix For: 0.10.2.0
>
>
> Currently there is nothing to prevent someone from registering a Kafka Connector with slashes in its name, however it's impossible to DELETE it afterwards because the DELETE REST API access point is using a PathParam and does not allow slashes.
> A few other API points will have a tough times handling connectors with slashes in their names.
> We should allow for slashes in the DELETE API points to allow current setups to be cleaned up without having to drop all the other connectors, and not allow anymore connectors to be created with slashes in their names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)