Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Clickhouse Sink] 目前不支持Delete 删除功能 #125

Closed
baisui1981 opened this issue May 20, 2022 · 1 comment
Closed

[Clickhouse Sink] 目前不支持Delete 删除功能 #125

baisui1981 opened this issue May 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@baisui1981
Copy link
Member

目前实现基于:
https://github.com/ivi-ru/flink-clickhouse-sink

 <dependency>
            <groupId>ru.ivi.opensource</groupId>
            <artifactId>flink-clickhouse-sink</artifactId>
            <version>1.3.3</version>
        </dependency>

不支持delete功能实现,
需要切换到,基于Clickhouse JDBC接口的实现上:

 <dependency>
            <groupId>ru.yandex.clickhouse</groupId>
            <artifactId>clickhouse-jdbc</artifactId>
            <version>0.3.1</version>
        </dependency>

可以参考streamx的实现 https://github.com/streamxhub/streamx-connector/tree/main/flink-connector-clickhouse

或者chunju的实现 https://github.com/DTStack/chunjun/tree/master/chunjun-connectors/chunjun-connector-clickhouse/src/main/java/com/dtstack/chunjun/connector/clickhouse

@baisui1981 baisui1981 added 3.6.0 enhancement New feature or request labels May 20, 2022
@baisui1981
Copy link
Member Author

已经切换到依赖chunjun的实现上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant