[X] - Fix a typo check_input "$AWS_REGION" "ERROR: landing zone must be provided" in cqlreplicator
[X] - Allow users to override INCR_TRAFFIC with --state run
[X] - Add a new parameter env to deploy multiple different the CQLReplicator environments (dev, test, prod)
[X] - Pre compute the number of DPUs before running the first replication job: if the number of required DPUs over 299 per tile stop the process with the following recommendations use the override-rows-per-worker XXX parameter to override primary keys per DPU by default, or restart the process with more tiles, e.g delete the prefix s3:///ks/tbl and execute in Amazon Keyspaces delete from replication.ledger where ks='ks' and tbl='tbl' and run the process again
[X] - Add a state to cleanup CQLReplicator internals by ks name and table name
[X] - Fix the issue with the discovery job if it is running you can't restart replicators are stopped/failed until the discovery stopped
check_input "$AWS_REGION" "ERROR: landing zone must be provided"
incqlreplicator
INCR_TRAFFIC
with--state run
env
to deploy multiple different the CQLReplicator environments (dev, test, prod)override-rows-per-worker XXX
parameter to override primary keys per DPU by default, or restart the process with more tiles, e.g delete the prefix s3://delete from replication.ledger where ks='ks' and tbl='tbl'
and run the process againks
name andtable
name