Skip to content

Commit

Permalink
docs: update doucument
Browse files Browse the repository at this point in the history
  • Loading branch information
YenchangChan authored and yuzhichang committed Dec 10, 2023
1 parent d4f8137 commit 07f3646
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/configuration/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
// retryTimes when error occurs in inserting datas
"retryTimes": 0,
// max open connections with each clickhouse node. default to 1.
"maxOpenConns": 1
"maxOpenConns": 1,
// native or http, if configured secure and http both, means support https. default to native.
"protocol": "native"
},

// Kafka config
Expand All @@ -50,6 +52,8 @@
"sasl.mechanism":"GSSAPI",
"sasl.jaas.config":"com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true storeKey=true debug=true keyTab=\"/etc/security/mmmtest.keytab\" principal=\"[email protected]\";"
},
// whether reset domain realm. if this option is true, domain realm will replaced by "hadoop.{toLower(GSSAPI.Realm)}:{port}", this feature is worked when clickhouse_sinker connect to HUAWEI MRS kerberos kafka.
"resetSaslRealm": false,

// SSL
"tls": {
Expand Down

0 comments on commit 07f3646

Please sign in to comment.