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

[Feature][Connect-v2][Clickhouse] Support a custom clickhouse config for source side #7109

Closed
3 tasks done
loustler opened this issue Jul 5, 2024 · 0 comments · Fixed by #7143
Closed
3 tasks done

Comments

@loustler
Copy link
Contributor

loustler commented Jul 5, 2024

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

The source connector of Clickhouse throws a ReadTimedOut exception, so I need a custom config for clickhouse to resolve that.
In my opinion, we are supposed to support a custom config for Clickhouse source connector same with the sink connector of Clickhouse, because we already support a custom config for Clickhouse on the sink connector side.

https://seatunnel.apache.org/docs/2.3.5/connector-v2/sink/Clickhouse#clickhouse-sink-config

Usage Scenario

Usage scenario same with the sink connector

source {
  Clickhouse {
    host = "localhost:8123"
    database = "default"
    table = "fake_all"
    username = "xxxxx"
    password = "xxxxx"
    clickhouse.config = {
      socket_timeout = "30000"
    }
  }
}

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants