itinycheng / flink-connector-clickhouse

Flink SQL connector for ClickHouse. Support ClickHouseCatalog and read/write primary data, maps, arrays to clickhouse.
Apache License 2.0
373 stars 156 forks source link

支持 URL后面添加socket_timeout? #150

Closed qiunanx closed 2 months ago

qiunanx commented 3 months ago

What happened?

String address = “jdbc:clickhouse://10.100.xx.xxx:8123?socket_timeout=300000”;

Affects Versions

1.18

What are you seeing the problem on?

Clickhouse-Client

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

Code of Conduct

itinycheng commented 2 months ago

Hi @qiunanx 之前已经有PR,支持了带参数的url,不过一直没Merge; 可以先关注下:https://github.com/itinycheng/flink-connector-clickhouse/pull/143