doujiang24 / lua-resty-kafka

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

Propagate SASL auth config to other brokers #115

Closed samcrawford closed 2 years ago

samcrawford commented 2 years ago

Confluent Cloud need the SASL auth on all requests, including to brokers we have been referred to. This injects the SASL auth config.

Fixes issue https://github.com/doujiang24/lua-resty-kafka/issues/114