console icon indicating copy to clipboard operation
console copied to clipboard

Add an endpoint to remove all connectors for a given plugin

Open tomasz-sadura opened this issue 2 years ago • 1 comments

When a connector plugin gets removed from Kafka Connect, :8083/connectors?expand=info&expand=status call to Kafka Connect replies with {"error_code":500,"message":"Failed to find any class that implements Connector and which name matches ... "}, returning no connectors. It causes Redpanda Console to show fail status for the whole connect cluster and no connectors are displayed. A new endpoint to remove all defined connectors for a given connector class will allow to unblock Redpanda Console and restore functionality of connectors management in case of connector plugin removal from Kafka Connect.

tomasz-sadura avatar Jun 14 '22 09:06 tomasz-sadura

If the request cannot return the connector list, how to delete some of them?

cobolbaby avatar Jun 28 '22 13:06 cobolbaby

This is fixed in Kafka 3.4.0: https://issues.apache.org/jira/browse/KAFKA-13989

tomasz-sadura avatar Jun 12 '23 13:06 tomasz-sadura

So can we close this @tomasz-sadura ?

twmb avatar Oct 19 '23 15:10 twmb

Yes.

tomasz-sadura avatar Oct 20 '23 07:10 tomasz-sadura