Skip to content

Commit 13123bb

Browse files
authored
Kafka connectors: only Confluent Cloud is supported (#441)
1 parent dc4d009 commit 13123bb

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
- A Kafka cluster, such as ones provided by [Confluent Cloud](https://www.confluent.io/confluent-cloud), [Amazon Managed Streaming for Apache Kafka (Amazon MSK)](https://aws.amazon.com/msk/), or [Google Cloud Managed Service for Apache Kafka](https://cloud.google.com/products/managed-service-for-apache-kafka).
1+
- A Kafka cluster, available through providers such as [Confluent Cloud](https://www.confluent.io/confluent-cloud).
22

3-
The following video shows how to set up a Kafka cluster in Confluent Cloud:
3+
The following video shows how to
4+
[create a Kafka cluster in Confluent Cloud](https://docs.confluent.io/cloud/current/get-started/index.html#step-1-create-a-ak-cluster-in-ccloud):
45

56
<iframe
67
width="560"
@@ -12,7 +13,10 @@
1213
allowfullscreen
1314
></iframe>
1415

15-
- The hostname of the bootstrap Kafka cluster to connect to.
16-
- The port number of the cluster.
17-
- The name of the topic to read messages from and write messages to on the cluster.
18-
- If you use Kafka API keys and secrets for authentication, the key and secret values.
16+
- The [hostname and port number](https://docs.confluent.io/cloud/current/faq.html#how-do-i-view-cluster-details-with-ccloud-console-short)
17+
of the bootstrap Kafka server to connect to for the cluster. Note that a colon (`:`) separates the hostname from the port number.
18+
[Learn more](https://docs.confluent.io/cloud/current/clusters/create-cluster.html#view-ak-clusters).
19+
- The name of the [topic](https://docs.confluent.io/cloud/current/get-started/index.html#step-2-create-a-ak-topic)
20+
to read messages from and write messages to on the cluster.
21+
- The [API key and secret](https://docs.confluent.io/cloud/current/security/authenticate/workload-identities/service-accounts/api-keys/manage-api-keys.html#add-an-api-key)
22+
for the cluster.

0 commit comments

Comments
 (0)