t3hw commented on PR #14797:
URL: https://github.com/apache/iceberg/pull/14797#issuecomment-3627477095

   > Thanks for the PR.
   > 
   > As you may know, the 
[original](https://github.com/databricks/iceberg-kafka-connect) (non-Apache) 
sink had delta writer support that relied on equality deletes. When the sink 
was contributed to this project, the community decided it was best to remove 
that functionality, as using it can result in severely degraded performance. 
This can lead to poor user experience, reflect badly on the project, and 
increase support-related questions. Also, there are alternative solutions that 
don't have the same issues.
   > 
   > We should revisit those discussions and resolve those concerns before we 
proceed with this.
   
   Thanks for the reply!
   I followed the Flink Sink implementation and attempted to port it into Kafka 
Connect.
   Would it be viable to use the connector plugin for CDC with DV mode enabled? 
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to