> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Plugins

> View AutoMQ managed Kafka Connect plugins and manage custom plugins.

Kafka Connect plugins contain the connectors, transforms, and converters that transfer or process data between Kafka and external systems. AutoMQ Connect supports two plugin types:

* **Managed plugins:** AutoMQ maintains, validates, and makes these plugins available for Connect Clusters.
* **Custom plugins:** You upload and manage these plugins when the Managed plugin catalog does not meet your requirements.

## View the plugin list

1. Sign in to the AutoMQ Console.
2. In the navigation pane, choose **Kafka Connect**.
3. Choose the **Plugins** tab.

As of August 2026, AutoMQ provides the following Managed plugins:

| Plugin name          | Version | Functions and features                                                                        |
| -------------------- | ------- | --------------------------------------------------------------------------------------------- |
| debezium-postgresql  | 3.1.2   | Captures row-level changes from PostgreSQL databases and writes change events to Kafka.       |
| debezium-mysql       | 3.1.2   | Captures row-level changes from MySQL databases and writes change events to Kafka.            |
| aerospike-inbound    | 3.2.0   | Writes Kafka records to Aerospike.                                                            |
| mongodb-kafka        | 2.0.1   | Writes Kafka records to MongoDB.                                                              |
| clickhouse-sink      | 1.3.4   | Writes Kafka records to ClickHouse.                                                           |
| clickzetta-connector | 1.0.0   | Writes Kafka records to ClickZetta.                                                           |
| snowflake            | 3.4.0   | Writes Kafka records to Snowflake.                                                            |
| bigquery             | 2.14.0  | Uses the Aiven BigQuery sink to write Kafka records to Google BigQuery.                       |
| google-pubsub        | 1.3.3   | Provides source and sink connectors for data transfer between Kafka and Google Cloud Pub/Sub. |

<Tip>
  **Tip**

  If the Managed plugin catalog does not include the plugin that you require, submit a support ticket to request an update, or create a custom plugin as a temporary solution.
</Tip>

## Create a custom plugin

1. Upload the plugin package to a location that the AutoMQ environment can download, and obtain its download URL.
2. On the **Plugins** tab, choose **Create Custom Plugin**.
3. Enter the plugin name, version, description, main class, and other required metadata.
4. Confirm the configuration. AutoMQ validates the package before creating the plugin version.

## Delete a custom plugin

On the **Plugins** tab, locate the custom plugin version and choose **Delete**. Managed plugins cannot be deleted. A custom plugin version that is referenced by a Connect Cluster cannot be deleted; remove the reference before deleting the plugin.

## Update a custom plugin

To update a custom plugin, create another version by following the custom plugin creation procedure. Multiple versions of a custom plugin can coexist, and existing Connect Clusters continue to use their configured version until you update them.
