doujiang24
doujiang24
@firefliesx 👍🏻 欢迎贡献 PR~
also, the CI test failed, please check it.
> However, as soon as I enable this configuration, I start to see logs of these errors in the log: > > ``` > 2021/12/13 18:30:07 [error] 1145636#1145636: *101851722 [lua]...
@hamishforbes I can not understand your log, where does the `New broker list` come from?
> This is a problem because if all the client is created with a static list of IPs and then all the brokers rotate out everything just fails. there should...
@IvyTang @logbird This usually means the network between the producer and kafka server is not really fast. Does the producer and kafka server are in the same datacenter?
you can configure the trusted certificate: https://github.com/openresty/lua-nginx-module#lua_ssl_trusted_certificate
@alpha2z do you mean the client certificate authentication? yes, it's not supported yet.
We planned to implement the SASL feature, maybe ok in the next few weeks. PRs are still welcome :)
@jeremyjpj0916 you can log the meta response below since it can be reproduced in your ENV. https://github.com/doujiang24/lua-resty-kafka/blob/8e3686ece91472438e2f3b29371d616ccd4f84c1/lib/resty/kafka/client.lua#L143 and we can add the debug level log in this library, PR welcome,...