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

[WIP] feature: 1.sasl auth support #102

Closed zz123er closed 2 years ago

sciclon2 commented 3 years ago

@doujiang24 do you think this PR is ready for merging? thanks!

ifengkou commented 2 years ago

@doujiang24 do you think this PR is ready for merging? thanks!

doujiang24 commented 2 years ago

I will merge it after some changes, sorry for the delay.

doujiang24 commented 2 years ago

oh, no, there are many changes need to do ... it will take some time.

doujiang24 commented 2 years ago

Also, the document is needed. otherwise, it looks good to me for merging.

doujiang24 commented 2 years ago

Okay, I changed my mind. we do not support API version v0 to make code simpler.

Merged by https://github.com/doujiang24/lua-resty-kafka/commit/b8e8723723499caa463ce8b773e6679d3c14305c. Thanks very much!