-
Type: Question
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: 1.6.1
-
Component/s: Configuration
1. I created a connector using POST curl command, and the connector had transported several data from mongo to kafka successfully.
2. I deleted the connector using DELETE curl command.
3. I recreated the connector using the same config as above, but it has different behavior if i change the name of that config.
4. so i guess something bounding with the name of connector did not get cleaned completely.
can you please check the logic of deleting a connector. i hope that i could get a new completely connector when i create it.