scylladb / scylla-cdc-java

Apache License 2.0
24 stars 15 forks source link

CDC library - add a "batch sequence" consumer mode, with resuming granularity #39

Closed elcallio closed 2 years ago

elcallio commented 3 years ago

Split from #30. Requires #38. Adds a consumer abstraction layer, and introduces the ability to subscribe to complete batch sequences - i.e. CDC events. See lengthy rationale in #30 for why this is good, and resumability etc.

PR actually starts at "Add new, common, interface "Change""

elcallio commented 3 years ago

@avelanarius @haaawk - enjoy

elcallio commented 3 years ago

ping. Updated printer example + readme.

hartmut-co-uk commented 2 years ago

Hi, has this ever been reviewed/planned to be merged?

elcallio commented 2 years ago

Yes. But some deliberation determined that there are cases where it does not work so well, so scrapped. Should have closed the PR.