kumarpritam863 commented on issue #12759: URL: https://github.com/apache/iceberg/issues/12759#issuecomment-2799861769
Hi @peach12345 as far as I am aware Kafka Connect Iceberg does not has DLQ support for sending the records to dll once the record lands to the sink task but you can have the Kafka Converter layer DLQ support which checks for the convertibility between the ConsumerRecord and ConnectRecord and in case of incompatibilities (which is upto the converter configured to use) push the records to DLQ topic based on the error tolerance level and DLQ configured. -- 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