doujiang24 / lua-resty-kafka

Lua kafka client driver for the Openresty based on the cosocket API
BSD 3-Clause "New" or "Revised" License
801 stars 274 forks source link

support kafka sasl_plain mechanism #63

Closed zhongjin616 closed 5 years ago

zhongjin616 commented 6 years ago

support Kafka SASL_PLAIN mechanism.

refer here https://kafka.apache.org/protocol.html#sasl_handshake

jeremyjpj0916 commented 4 years ago

+1, would love to see TLS support in this plugin. I need it for a logging effort.