trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.49k stars 3.02k forks source link

Support connecting to Kerberos secured Kafka #1184

Open kokosing opened 5 years ago

kokosing commented 5 years ago

Copied from: https://github.com/prestodb/presto/issues/7990 Also see: https://github.com/prestodb/presto/pull/8394

falalurahman commented 4 years ago

Is there any ETA on when this enhancement will be available?

kokosing commented 3 years ago

Related: https://github.com/prestosql/presto/pull/5157

covalesj commented 3 years ago

Just a note on this one and #5157 Given that this is largely about exposing existing properties for the apache kafka driver, I think the smarter way to hook this up woudl be to have a config item that points to a kafka.client.properties file location and a kafka.producer.properties.. that way we don't have to go through the rigmarole of exposing a bunch of props directly supported in kafka driver. Things like kerberos and sasl will just mostly flow through then, I believe.