Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
cdc-3.1.1
Description
Currently, we must provide explicit sink-table in pipeline route rules, which means if we'd like to route all tables in specific database and change names in pattern, there's no choice but write all rules separately, which is a chore.
There's already an implementation (https://github.com/apache/flink-cdc/pull/2908) to use some placeholder syntax like (db.source<> -> db.sink<>) to perform replacement in batch, which could solve this problem.
Attachments
Issue Links
- links to