Jon-Gaara opened a new issue, #6962:
URL: https://github.com/apache/apisix/issues/6962

   ### Description
   
   
目前想通过apisix往kafka里面推送日志,但是由于公司的kafka必须通过SASL_SSL+SCRAM-SHA-512的方式才能连接,因此apisix自带的kafka-logger不支持,所以就想自定义开发插件,但是发现目前lua-resty-kafka也不支持这种形式的连接,并且apisix最新版本里面也不包含
 lua-resty-openssl,因为我想问下:
      1.apisix是出于什么原因,没有包含lua-resty-openssl?
      2.apisix的kafka-logger是否能支持SASL_SSL+SCRAM-SHA-512这种模式连接kafka?
   
   ### Environment
   
   - APISIX version (run `apisix version`): 2.10.0
   - Operating system (run `uname -a`): Linux  5.10.16.3-microsoft-standard-WSL2
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 
openresty/1.19.9.1
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`): 
luarocks --version
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to