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

can use log_by_lua_file send message to kafka0.9.0.2.3 ? nginx err.log #19

Closed yangchao228 closed 7 years ago

yangchao228 commented 8 years ago

if i use content_by_lua_file,send message to kafka0.9.0.2.3 is ok,but use log_by_lua_file meet err

doujiang24 commented 8 years ago

@yangchao228 This may be you don't have specified the content phase handler and the nginx default handler shows this error. You'd better show your nginx.conf.

doujiang24 commented 7 years ago

consider reloved