[
https://issues.apache.org/jira/browse/KAFKA-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15637128#comment-15637128
]
ASF GitHub Bot commented on KAFKA-4372:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/2096
> 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
>
> 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)