Skip to content

Conversation

chiragb1994
Copy link

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.

Relates to issue: #8

@chiragb1994 chiragb1994 marked this pull request as ready for review September 13, 2022 11:18
fee-mendes added a commit to fee-mendes/scylla-cdc-source-connector that referenced this pull request Mar 4, 2025
Based on scylladb#24
from @chiragb1994.

Introduce support for postImages. Since postImages and preImages have
the same read-before-write cost, users interested in both events should
now benefit from them.

The only missing piece is to actually wire the postImage under its
actual message Envelope. This shouldn't be particularly hard, but is
outside the scope of this commit and series.
@dkropachev dkropachev force-pushed the master branch 12 times, most recently from e924b3e to d6de129 Compare June 24, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant