scylla-cdc-java icon indicating copy to clipboard operation
scylla-cdc-java copied to clipboard

Have a code that persists progress

Open dkropachev opened this issue 7 months ago • 0 comments

When this library is used by itself it needs to persist progress somewhere. Currently we don't provide any code that would do that which confuses users. Let's have two classes that:

  1. Persist progress on disk
  2. Persist progress on scylla

When we implement them we also need to mention them on README.md alongside with mentioning a problem of having a need to persist the progress.

dkropachev avatar Jul 22 '25 13:07 dkropachev