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.84k stars 3.77k forks source link

changefeedccl: investigate stability of cdc->sql connection #68004

Open amruss opened 3 years ago

amruss commented 3 years ago

Our CDC->SQL connection is being used in the wild (and internally in our tests) and has not been well tested. We should spend some time during stability on this

Epic CRDB-9179

Jira issue: CRDB-8830

miretskiy commented 1 year ago

@amruss : the summary of my investigation is: it's not stable; it doesn't scale, and should not be used in production. Do you think we will address this deficiency in the immediate future? If not, can you close this issue?