DataLinkDC / dinky

Dinky is a real-time data development platform based on Apache Flink, enabling agile data development, deployment and operation.
http://www.dinky.org.cn
Apache License 2.0
2.92k stars 1.07k forks source link

[Optimization][Dinky-cdc] The package com.verica.cdc.connectors.shade.org.apache.kafka.connect.data does not exist #3596

Closed yclxf closed 5 days ago

yclxf commented 2 weeks ago

Search before asking

Description

Issue desc [Optimization][Dinky-cdc] 当我通过Maven编译时,提示“程序包com.ververica.cdc.connectors.shaded.org.apache.kafka.connect.data不存在” It have a error as "The package com.verica.cdc.connectors.shade.org.apache.kafka.connect.data does not exist" when i "package/install with Maven".

Dinky version: 1.0.2, 1.0.3 with flink 1.19

Are you willing to submit a PR?

Code of Conduct

github-actions[bot] commented 2 weeks ago

Hello @yclxf, this issue is about CDC/CDCSOURCE, so I assign it to @aiwenmo. If you have any questions, you can comment and reply.

你好 @yclxf, 这个 issue 是关于 CDC/CDCSOURCE 的,所以我把它分配给了 @aiwenmo。如有任何问题,可以评论回复。

yclxf commented 2 weeks ago
image
yclxf commented 2 weeks ago
image
Zzm0809 commented 2 weeks ago

profile 不对 , 请阅读官网文档关于本地调试章节

github-actions[bot] commented 2 weeks ago

Hello @yclxf, thank you for your feedback, but this issue will not be fixed. You can search for keywords in the Issue list to view it. Issues are marked `Wont Fix`

你好 @yclxf, 感谢你的反馈, 但是此问题不会被修复,你可以在 Issue 列表中搜索关键字来查看, Issues 标注为 `Wont Fix` 。

yclxf commented 2 weeks ago

最后发现IDEA支持Maven有一些问题,就是在选择Maven的profiles选项时,install/packages运行时不生效,需要手工编辑运行配置。mvn clean package -DskipTests=true -P prod,flink-single-version,scala-2.12,aliyun,flink-1.19,web,fast 参考类似这种,把-P后面的参数加入即可解决问题。

yclxf commented 2 weeks ago
image image
aiwenmo commented 2 weeks ago

Reload All Maven Projects.