flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
related to #1149 I debugged for a while and find the reason of stucking at the second split(not 100% percent second , could be third or later but always stuck)...
请问oracle中获取BLOB字段报错怎么处理? 2022-09-16 16:54:36,972 ERROR io.debezium.relational.TableSchemaBuilder [] - Failed to properly convert data value for 'JWDB.ACADEMIC.STUDENT.PHOTO' of type BLOB for row [10427, 3200, , null, oracle.sql.BLOB@2c86cd16, 0, 0, 0, null, null,...
是要扩展RowKind吗,现在RowKind只有4中类型,还不包括对元数据表结构的修改。
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug(Please use English)** A clear and concise description of what the bug is. oracle cdc connector get wrong data change operation type in my case , always be...
Need to assign before GRANT CREATE TABLE TO flinkuser2; GRANT ALTER ANY TABLE TO flinkuser2; GRANT CREATE SEQUENCE TO flinkuser2; three permissions. But doing so has flaws 1. It cannot...
**Describe the bug(Please use English)** oracle cdc must create and write tables and cannot synchronize slave libraries. I need to sync oracle cdc data from oracle slave repository. However, the...
issues : #510 This PR support the rate limit when Mysql parallel reads data output
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Use Incremental Snapshot Framework to impl sqlserver cdc connector.