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

formatting of client error message #96

Closed kikito closed 4 years ago

kikito commented 4 years ago

This makes the error message spell out more clearly the host and port of the broker when it fails to connect to it.

This might seem cosmetic, but it is actually confusing some of our users.

doujiang24 commented 4 years ago

@kikito thanks :)