当我想要实现从 Mysql 同步数据到 Postgresql 时,使用generate_sink_sql = true选项,自动建表时提示 database 已存在。 正常理解,当 database 存在时,应当跳过创建 database,去直接创建表,而不是终止任务。
I'm using Hikari with SpringBoot with Secret Manager and I have my application.yml as datasource: writer: url: ${DATASOURCE_URL} username: ${DATASOURCE_SECRET_KEY} maximum-pool-size: ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results