twmb / franz-go

franz-go contains a feature complete, pure Go library for interacting with Kafka from 0.8.0 through 3.6+. Producing, consuming, transacting, administrating, etc.
BSD 3-Clause "New" or "Revised" License
1.6k stars 158 forks source link

Add request type to 'read from broker errored' log #723

Closed pracucci closed 1 month ago

pracucci commented 1 month ago

In this PR I'm proposing to add req field to 'read from broker errored' log. While investigating an incident, we had a case where such addition would have been helpful. I've used req as field name to keep it consistent with the same information logged in other places.

Fixes #719