Description
When a connector plugin gets removed from the Kafka Connect, the /connectors?expand=info or /connectors?expand=status call returns
{ "error_code": 500, "message": "Failed to find any class that implements Connector and which name matches ..." }without any other connector info. My expectation would be to return all valid connectors and an error status for the unsupported one.
The /connectors call on the other hand, returns the defined connector list.
Attachments
Issue Links
- links to