Description
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.
Attachments
Issue Links
- links to