We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Now I found "lua-resty-kafka" lib had supported set sasl_config in the client. docs: https://github.com/doujiang24/lua-resty-kafka#new
sasl_config
So I want to support set sasl_config in kafka-logger plugin, then we can send logs to brokers that enable authentication. Like:
{ "kafka-logger":{ "brokers":[ { "host":"127.0.0.1", "port":9092, "sasl_config":{ "mechanism":"PLAIN", "user":"USERNAME", "password":"PASSWORD" } } ], "kafka_topic":"test2", "key":"key1", "batch_max_size":1, "name":"kafka logger" } }
The text was updated successfully, but these errors were encountered:
great work!
Sorry, something went wrong.
Would you be willing to work with this developer on this #7782 if you wish?
OK. I can create PR based on this PR.
starsz
Successfully merging a pull request may close this issue.
Description
Hello,
Now I found "lua-resty-kafka" lib had supported set
sasl_config
in the client.docs: https://github.com/doujiang24/lua-resty-kafka#new
So I want to support set
sasl_config
in kafka-logger plugin, then we can send logs to brokers that enable authentication.Like:
The text was updated successfully, but these errors were encountered: