Skip to content

mysql->oceanbase pipeline同步的时候报错 #3919

Answered by yuanoOo
liht-github asked this question in Q&A
Discussion options

You must be logged in to vote

@liht-github hi,我从零尝试复现了一下,没有发现问题,下面是我的部分测试步骤, 你看看有什么问题吗?

  1. git clone https://github.com/apache/flink-cdc.git 拉取master分支
  2. 执行mvn clean package -DskipTests,编译打包所需的jar包和flink-cdc分发tar包
  3. 部署准备flink cdc
  4. chmod +x bin/flink-cdc.sh
  5. ./bin/flink-cdc.sh cdc.yaml --flink-home ~/opt/flink-1.19.1/
################################################################################
# Description: Sync MySQL all tables to OceanBase
################################################################################
source:
  type: mysql
  hostname: localhost
  port: 13306
  username: root
  password: 123456
  tables: app_db.\.*
  server-id: 5400-5404
  server-time-zone: UTC

sink:
  type: oceanbase
  url: jdbc:m…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@liht-github
Comment options

@liht-github
Comment options

@yuanoOo
Comment options

Answer selected by liht-github
@liht-github
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants