You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a connect user/admin I'd like to be able to configure scylla.change.age.limit.
(quoting scylla-cdc-go)
When the library starts for the first time it has to start consuming changes from some point in time. This parameter defines how far in the past it needs to look. If the value of the parameter is set to an hour, then the library will only read historical changes that are no older than an hour.
Consuming from a 'connector::table::vnodeId::streamId' should start from ~ max(persistedState, now()-tableCdcTtl, now()-changeAgeLimit)
As a connect user/admin I'd like to be able to configure
scylla.change.age.limit
.(quoting scylla-cdc-go)
Consuming from a 'connector::table::vnodeId::streamId' should start from ~
max(persistedState, now()-tableCdcTtl, now()-changeAgeLimit)
References
The text was updated successfully, but these errors were encountered: