Skip to content

Commit

Permalink
Update ticdc/ticdc-sink-to-pulsar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Feb 21, 2024
1 parent ce60c64 commit 2697991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-sink-to-pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Configuration:
tls-trust-certs-file-path="/data/pulsar/tls-trust-certs-file"
```

If the `tlsRequireTrustedClientCertOnConnect=true` parameter is configured for your Pulsar server, you need to configure the `tls-key-file-path` and `tls-certificate-file` parameters in the changefeed configuration file. For example:
If the `tlsRequireTrustedClientCertOnConnect=true` parameter is configured for your Pulsar server, you also need to configure the `tls-key-file-path` and `tls-certificate-file` parameters in the changefeed configuration file. For example:

```toml
[sink.pulsar-config]
Expand Down

0 comments on commit 2697991

Please sign in to comment.