housepower / clickhouse_sinker

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

bump franz-go to v1.5.0, fix kerberos breakage #154

Closed twmb closed 2 years ago

twmb commented 2 years ago

See the breaking changes in v1.5 in https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v150. Basically, gokrb5's license is a bit broken (missed placing the name in the copyright section), so I've split kerberos at the dependency level.

This is technically a breaking change, but is fixed solely at the mod level:

go get github.com/twmb/franz-go/pkg/sasl/kerberos@v1.0.0
go get github.com/twmb/franz-go@v1.5.0

I think thie dep bump is good, but probably worth testing if you can.