fgeller / kt

Kafka command line tool that likes JSON
MIT License
950 stars 100 forks source link

Support SASL authentication #113

Closed mindloaf closed 2 years ago

mindloaf commented 3 years ago

Add support for SASL as detailed here: https://kafka.apache.org/documentation/#security_sasl

ikaposi commented 3 years ago

How about SASL_SSL authentication? is that possible and if so, how should I configure that?