We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前实现基于: 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接口的实现上:
delete
<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
The text was updated successfully, but these errors were encountered:
已经切换到依赖chunjun的实现上
Sorry, something went wrong.
No branches or pull requests
目前实现基于:
https://github.com/ivi-ru/flink-clickhouse-sink
不支持
delete
功能实现,需要切换到,基于Clickhouse JDBC接口的实现上:
可以参考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
The text was updated successfully, but these errors were encountered: