Olivier Girardot created KAFKA-4372:
---------------------------------------
Summary: 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.1, 0.10.0.0
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)