Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud: refine the steps for configuring the changefeed target #15461

Merged
merged 10 commits into from
Nov 24, 2023
8 changes: 4 additions & 4 deletions tidb-cloud/changefeed-sink-to-apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ For example, if your Kafka cluster is in Confluent Cloud, you can see [Resources
## Step 2. Configure the changefeed target

1. Under **Brokers Configuration**, fill in your Kafka brokers endpoints. You can use commas `,` to separate multiple endpoints.
2. Select your Kafka version. If you do not know that, use Kafka V2.
3. Select a desired compression type for the data in this changefeed.
4. Enable the **TLS Encryption** option if your Kafka has enabled TLS encryption and you want to use TLS encryption for the Kafka connection.
5. Select the **Authentication** option according to your Kafka authentication configuration.
2. Select the **Authentication** option according to your Kafka authentication configuration.
hfxsd marked this conversation as resolved.
Show resolved Hide resolved

- If your Kafka does not require authentication, keep the default option **DISABLE**.
hfxsd marked this conversation as resolved.
Show resolved Hide resolved
- If your Kafka requires authentication, select the corresponding authentication type, and then fill in the user name and password of your Kafka account for authentication.

3. Select your Kafka version. If you do not know that, use Kafka V2.
4. Select a desired compression type for the data in this changefeed.
5. Enable the **TLS Encryption** option if your Kafka has enabled TLS encryption and you want to use TLS encryption for the Kafka connection.
6. Click **Next** to check the configurations you set and go to the next page.

## Step 3. Set the changefeed
Expand Down
Loading