1
  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.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Zamir Arif
  • 341
  • 2
  • 13

1 Answers1

1

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.

Robin Moffatt
  • 30,382
  • 3
  • 65
  • 92
  • Hi @Robin Thanks for the response. I am working on a project where we extensively using connector. We dont yet have the access to confluent cloud. I did a qucik check and found out there is confluent CLI and web access. To Deploy connector worker manually we will need the connector node access. Can you point me to a document where it shows how can we deploy connector manually in confluent cloud. – Zamir Arif Sep 19 '19 at 08:16
  • You can't. Per my answer, if you need run a connector that is not available in Confluent Cloud then you will have to operate the Kafka Connect workers yourself. – Robin Moffatt Sep 19 '19 at 23:16