Open nwheeler81 opened 7 months ago
Describe the solution you'd like Add support for multiple token ranges to restrict the traffic from the source database.
{ "replication": { "filteringByTokenRanges": { "enabled": true, "tokenRanges": [ "-37428734287263482764, 847284789273498724", "-876482736478264","3094820934887347"] }, "pointInTimeReplicationConfig": { "predicateOp": "greaterThan" }, "columns":["pcdkey","tenantkey","payload"], "useCustomSerializer": false, "useMaterializedView": { "enabled": false, "mvName": "mvName" } }, "keyspaces": { "compressionConfig": { "enabled": false, "compressAllNonPrimaryColumns": false, "compressNonPrimaryColumns": [""], "targetNameColumn": "" } } }
Describe the solution you'd like Add support for multiple token ranges to restrict the traffic from the source database.
{ "replication": { "filteringByTokenRanges": { "enabled": true, "tokenRanges": [ "-37428734287263482764, 847284789273498724", "-876482736478264","3094820934887347"] }, "pointInTimeReplicationConfig": { "predicateOp": "greaterThan" }, "columns":["pcdkey","tenantkey","payload"], "useCustomSerializer": false, "useMaterializedView": { "enabled": false, "mvName": "mvName" } }, "keyspaces": { "compressionConfig": { "enabled": false, "compressAllNonPrimaryColumns": false, "compressNonPrimaryColumns": [""], "targetNameColumn": "" } } }