cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.15k stars 3.81k forks source link

changefeedccl: support options in pulsar sink #118863

Open jayshrivastava opened 9 months ago

jayshrivastava commented 9 months ago

The pulsar sink should support options such as updated, mvcc, resolved, topic_prefix etc. Epic: https://cockroachlabs.atlassian.net/browse/CRDB-9180

Jira issue: CRDB-35932

Epic CRDB-9180

blathers-crl[bot] commented 9 months ago

cc @cockroachdb/cdc

rharding6373 commented 5 months ago

updated, mvcc_timestamp, and resolved options are supported as generic sink options and have test coverage for the pulsar sink.