kafka-go
kafka-go copied to clipboard
Update WriteErrors error message
We can't see the actual errors of our batch write request. It creates new error and this error does not contain any information about the error return fmt.Sprintf("kafka write errors (%d/%d)", err.Count(), len(err)). We need to see the detail of the error.
Issue thread: https://github.com/segmentio/kafka-go/issues/957
Hi @achille-roussel, are we going to merge this pr?