I have a question regarding streaming with CDC.
We currently have a delta table where CDC is not yet enabled, and its the source for other following streams that read from that table.
To catch the changes for a new usecase, we need to enable CDC on that table now. Will that affect the existing downstream streams, e.g. leading to code refactoring?
Has anybody faced a similar case?