scylla-cdc-java
scylla-cdc-java copied to clipboard
Read windows with lastConsumedChangeId efficiently
Read windows with present lastConsumedChangeId more efficiently. Instead of filtering out rows on the client side, perform two queries to Scylla: first - reading a single partial stream, second - reading all consecutive entire streams.
TODO: Two modes of reading - single stream and multiple stream selects.
Would there be a way to reduce the duplication a bit?
Yes, I'll work on that.
@haaawk Pushed v2 - reduced duplication of code.
@avelanarius @haaawk Hi. Is the scylladb cdc source connector not managed anymore?
https://github.com/scylladb/scylla-cdc-source-connector