Open
Description
First issue
we're often getting a reader error ~500k/day.
the kafka reader got an unknown error reading partition 9 of SOME_TOPIC at offset 3: read tcp IP_ADDRESS:46406->IP_ADDRESS:9093: i/o timeout
Lines 1366 to 1375 in a4890bd
Kafka-go 0.4.16
Kafka 2.5.0
Second issue
The errors happened when kafka reader is committing the message after it has been processed successfully, the message was re-consumed by another replica
"msg": "debezium.Consumer: failed to commit message: write tcp IP_ADDRESS:49610->IP_ADDRESS:9093: use of closed network connection"
Receiving Successfully handled message and a while afterward getting failed to commit message