Kafka and Schema Registry client library packages |
Connect CDC ships with default Kafka and Schema Registry client library jar files that enable Kafka when Connect CDC installs. |
You can replace them with different vendor libraries by configuration. See Database or Platform-specific setup tasks in the Getting Started Guide or Server Properties Dialog for Kafka topic in Connect CDC help. |
MXSHR-4622 |
Connect CDC uses the high water mark (HWM) file for Kafka targets |
Keeps track of transactions that have been committed successfully and possible records that cannot be committed because of validation errors. This has been the case for release versions prior to 5.8.05. |
As of 5.8.06, the HWM file will be skipped and the duplicate records will not be handled but written to Kafka. |
MXSHR-6835 |