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

fix: `api_version` not used while producing to kafka #149

Closed DG-Wangtao closed 1 year ago

DG-Wangtao commented 1 year ago

redo #137 #135

Fix the bug of timestamp when sending msg to kafka.

doujiang24 commented 1 year ago

@DG-Wangtao Thanks!

DG-Wangtao commented 1 year ago

Thanks, and will you release a new version recently?