Skip to content
#

cdc

Here are 294 public repositories matching this topic...

lknan
lknan commented May 10, 2022

Describe the bug(Please use English)
A clear and concise description of what the bug is.

Environment :

  • Flink version : 1.13.1
  • Flink CDC version: 2.2.1
  • Database and version: 8.0.28

To Reproduce
Steps to reproduce the behavior:
mysql数据库编码为utf-8,A库的a1表的aa1字段的编码为ucs2,然后使用flink cdc读取数据,存量数据读取是乱码的;
读取binlog的新增数据是不乱码的;
然后我查了下读取binlog对aa1字段使用的utf-16编码,使用的也是utf-16解码;
读取

bug good first issue
hazelcast-jet

SymmetricDS is database replication and file synchronization software that is platform independent, web enabled, and database agnostic. It is designed to make bi-directional data replication fast, easy, and resilient. It scales to a large number of nodes and works in near real-time across WAN and LAN networks.

  • Updated Jun 10, 2022
  • Java
itinycheng
itinycheng commented Apr 19, 2022

The flink-tidb-connector doesn't work as expected when I use upsert mode to sink data to TiDB, the reason for this is as in title, flink version: 1.13.x. Is there any reason for making unique key as part of the primary?

Code block:

private String[] getKeyFields(Context context, ReadableConfig config, String databaseName,
      String tableName) {
    // check write mode
    TiDBWr
type/enhancement good first issue

Improve this page

Add a description, image, and links to the cdc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cdc topic, visit your repo's landing page and select "manage topics."

Learn more