Jun Rao created KAFKA-3010: ------------------------------ Summary: include error code when logging an error when ack = 0 Key: KAFKA-3010 URL: https://issues.apache.org/jira/browse/KAFKA-3010 Project: Kafka Issue Type: Improvement Components: core Affects Versions: 0.9.0.0 Reporter: Jun Rao
In handleProducerRequest.produceResponseCallback(), we have the following logging. "Close connection due to error handling produce request with correlation id %d from client id %s with ack=0".format( We should log the error code or exception as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)