-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support multi-table sink feature for influxdb #6278
Support multi-table sink feature for influxdb #6278
Conversation
@hailin0 @EricJoy2048 please cc |
please fix ci |
cc @Hisoka-X |
...c/main/java/org/apache/seatunnel/connectors/seatunnel/influxdb/sink/InfluxDBSinkFactory.java
Show resolved
Hide resolved
@@ -46,7 +56,7 @@ public String factoryIdentifier() { | |||
@Override | |||
public OptionRule optionRule() { | |||
return OptionRule.builder() | |||
.required(URL, DATABASES, KEY_MEASUREMENT) | |||
.required(URL, DATABASES) | |||
.bundled(USERNAME, PASSWORD) | |||
.optional( | |||
CONNECT_TIMEOUT_MS, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONNECT_TIMEOUT_MS, | |
CONNECT_TIMEOUT_MS, | |
KEY_MEASUREMENT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hisoka-X thinks, I fix it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose of this pull request
Support multi-table sink feature for influxdb
refer to #5652
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.