housepower / clickhouse_sinker

Easily load data from kafka to ClickHouse
https://housepower.github.io/clickhouse_sinker
Apache License 2.0
515 stars 118 forks source link

Does clickhouse_sinker support kafka with kerberos authentication? #116

Closed un-knower closed 3 years ago

un-knower commented 3 years ago

Does clickhouse_sinker support kafka with kerberos authentication? thanks

sundy-li commented 3 years ago

Yes, see https://github.com/housepower/clickhouse_sinker/blob/master/config/config.go#L75-L83

un-knower commented 3 years ago

thx