What is a KCOP?
The CDC Replication Engine for Kafka uses Kafka Custom Operation Processors, or KCOPs, to transform data from a source system into a format that Kafka producers can handle. A KCOP allows developers to apply custom logic - for instance, filtering records, renaming fields, and reshaping message format.
To learn more about KCOPs, see our previous KCOPs blog.