cockroachdb / cockroachdb/cockroach
changefeedccl: add option for pubsub topic message_retention_duration
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Pub/Sub has a per topic configuration for message retention, message_retention_duration. Since changefeeds create topics in Pub/Sub, it may be useful to have an option for retention duration when creating the changefeed that is passed to Pub/Sub when creating the topic.
https://cloud.google.com/pubsub/docs/replay-overview#message_retention
Jira issue: CRDB-36273
Contributor guide
Assessment
This issue has not been assessed yet.