Skip to content

Commit

Permalink
Merge pull request #1546 from ClickHouse/add-authentication-info-conn…
Browse files Browse the repository at this point in the history
…ector

Updating connector docs to add authentication details
  • Loading branch information
Paultagoras authored Sep 29, 2023
2 parents 6fb0124 + 0a91679 commit 81ca246
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en/integrations/data-ingestion/kafka/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,14 @@ The [Kafka Connect](https://docs.confluent.io/platform/current/connect/index.htm
- Data inserts with a declared schema and schemaless.
- Support for most major data types of ClickHouse (more to be added soon)

### Authentication
The connector (through Kafka Connect) supports the following authentication mechanisms:
- [SASL/PLAIN](https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_plain.html#sasl-plain-connect-workers)
- [SASL/SCRAM](https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_scram.html#sasl-scram-connect-workers)
- [SASL/GSSAPI](https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_gssapi.html#sasl-gssapi-connect-workers)
- [SSL](https://docs.confluent.io/platform/current/kafka/authentication_ssl.html#authentication-ssl-connect)


### Installation instructions
#### Installing on Confluent Cloud
This is meant to be a quick guide to get you started with the ClickHouse Sink Connector on Confluent Cloud.
Expand Down

0 comments on commit 81ca246

Please sign in to comment.