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
29.97k stars 3.79k forks source link

cdc: support composite types in avro #102903

Open HonoreDB opened 1 year ago

HonoreDB commented 1 year ago

User-defined composite (tuple) types will be released and usable as table columns in 23.1. Currently a changefeed in avro format will not be able to serialize them, but it should be straightforward to represent them in avro as a nested record.

Jira issue: CRDB-27718 Epic CRDB-27835

blathers-crl[bot] commented 1 year ago

cc @cockroachdb/cdc

kathancox commented 1 year ago

https://github.com/cockroachdb/docs/pull/16972

XiaochenCui commented 3 months ago

Hi, @HonoreDB :

Has this issue been resolved? If it still exists, could I please get permission to access JIRA to take a closer look?

Thank you!