ad1happy2go commented on issue #8268: URL: https://github.com/apache/hudi/issues/8268#issuecomment-1578486469
@wolf8334 This is known issue actually. This happens when tombstones.on.delete is set to true. You can make it false in debezium connector to fix the same. When this setting is true, it is producing NULL record to Kafka topic which is failing the pipeline. JIRA created - https://issues.apache.org/jira/browse/HUDI-6321 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
