scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Start transfer of stream only when target.streamChanges is enabled #77

Closed hopugop closed 2 years ago

hopugop commented 2 years ago

Currently, code that transfer "changed" data from DynamoDB into Alternator is always called. Insert a conditional to only call this transfer when streamChanges on target is enabled.

Solves #69

tarzanek commented 2 years ago

this looks good, thank you @hopugop !