devendra-nr opened a new pull request, #12973:
URL: https://github.com/apache/iceberg/pull/12973

   Iceberg Kafka Connector fails when invalid message is received and records 
are not published to Iceberg or DLQ. To change this behaviour, support for 
following configurations for handling invalid data exception is implemented:
   
   
[errors.tolerance](https://kafka.apache.org/32/generated/sink_connector_config.html#sinkconnectorconfigs_errors.tolerance):
 Behavior for tolerating errors during connector operation. 'none' is the 
default value and signals that any error will result in an immediate connector 
task failure; 'all' changes the behavior to skip over problematic records.
   
   
[errors.log.include.messages](https://kafka.apache.org/32/generated/sink_connector_config.html#sinkconnectorconfigs_errors.log.include.messages):
 Whether to include in the log the Connect record that resulted in a failure. 
For sink records, the topic, partition, offset, and timestamp will be logged. 
For source records, the key and value (and their schemas), all headers, and the 
timestamp, Kafka topic, Kafka partition, source partition, and source offset 
will be logged. This is 'false' by default, which will prevent record keys, 
values, and headers from being written to log files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to