I have added an option to stream only the postimage events to Kafka.
Use case: I have enabled preimage (full) on my table and postimage (true). The postimage event is created in CDC table but not streamed to Kafka. This event is needed (the latest state of the row) to be able to stream it into a different database.
I have added an option to stream only the
postimage
events to Kafka.Use case: I have enabled
preimage
(full) on my table andpostimage
(true). Thepostimage
event is created in CDC table but not streamed to Kafka. This event is needed (the latest state of the row) to be able to stream it into a different database.Relates to issue: https://github.com/scylladb/scylla-cdc-source-connector/issues/8