-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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)
References
qtheya and skynet2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request