[
https://issues.apache.org/jira/browse/FLINK-38452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yanquan Lv resolved FLINK-38452.
--------------------------------
Fix Version/s: cdc-3.6.0
Resolution: Fixed
Fixed in master via SchemaEvolvingTransformE2eITCase.
> MongoDB CDC connector could not read from collections named with dots
> ---------------------------------------------------------------------
>
> Key: FLINK-38452
> URL: https://issues.apache.org/jira/browse/FLINK-38452
> Project: Flink
> Issue Type: Bug
> Components: Flink CDC
> Affects Versions: cdc-3.5.0
> Reporter: Xiqian Yu
> Assignee: Xiqian Yu
> Priority: Major
> Labels: pull-request-available
> Fix For: cdc-3.6.0
>
>
> This is a sequel problem of
> [https://github.com/apache/flink-cdc/pull/2488|https://github.com/apache/flink-cdc/pull/2488].
> MongoDB CDC connector with the incremental-snapshot option enabled could not
> subscribe to change streams from a collection with dots (`.`) in its name.
> The root cause is the `TableId#parse` method assumes `.` is the separator
> between catalog, schema, and table names, but MongoDB allows dots as a valid
> character to be presented in collection names.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)