Zamir Arif
Zamir Arif

Reputation: 341

Does confluent cloud allow custom connector deployment

  1. Confluent cloud supports only following connector.

    • GCS Sink Connector
    • S3 Sink Connector Please validate If my understanding is correct or not.
  2. Can we deploy custom connector or cdc like debezium in confluent cloud.

Upvotes: 1

Views: 492

Answers (1)

Robin Moffatt
Robin Moffatt

Reputation: 32090

More connectors are always being added to Confluent Cloud as part of its managed service.

If you want to run other connectors than those available with Confluent Cloud you currently need to run the Kafka Connect workers yourself. You can use these with Confluent Cloud.

Upvotes: 1

Related Questions