Open ale-dd opened 1 year ago
Hello, I am Blathers. I am here to help you get the issue triaged.
It looks like you have not filled out the issue in the format of any of our templates. To best assist you, we advise you to use one of these templates.
I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.
cc @cockroachdb/cdc
Thank you for filing this issue. Joins are not supported with cdc expressions. You can use "old" style changefeeds that allow you to specify multiple tables. But if you want to use "new" style changefeed, you have to restrict your feed to a single table.
Support for streaming joins is non-trivial, and will take a while before (or even if) this feature is supported.
cc @cockroachdb/cdc
Hey @ale-dd I'm going to leave this on the backlog, but be aware we aren't planning on picking this up anytime soon
For "old style" changefeeds, we have the flexibility to include multiple tables:
At least when it wouldn't lead to pathological cases, it would be nice to be allowed to reference multiple tables in CDC expressions, as well.
Jira issue: CRDB-22541
Epic CRDB-21713