Chris Egerton created KAFKA-13017: ------------------------------------- Summary: Excessive logging on sink task deserialization errors Key: KAFKA-13017 URL: https://issues.apache.org/jira/browse/KAFKA-13017 Project: Kafka Issue Type: Bug Components: KafkaConnect Affects Versions: 2.8.0, 2.7.0, 3.0.0 Reporter: Chris Egerton Assignee: Chris Egerton
Even with {{errors.log.enable}} set to {{false}}, deserialization failures are still logged at {{ERROR}} level by the {{org.apache.kafka.connect.runtime.WorkerSinkTask}} namespace. This becomes problematic in pipelines with {{errors.tolerance}} set to {{all}}, and can generate excessive logging of stack traces when deserialization errors are encountered for most if not all of the records being consumed by a sink task. -- This message was sent by Atlassian Jira (v8.3.4#803005)