doujiang24 / lua-resty-kafka

Lua kafka client driver for the Openresty based on the cosocket API
BSD 3-Clause "New" or "Revised" License
802 stars 275 forks source link

Fix bug, Kafka brokers start from index 0 #123

Closed salon0630 closed 2 years ago

salon0630 commented 2 years ago

We changed to use pairs to fix brokers index start from 1.

salon0630 commented 2 years ago

Changed j to k.

doujiang24 commented 2 years ago

@salon0630 Merged. Thanks.