-
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
[Doc][Sqlserver]Add notice into Sqlserver cdc doc #4721
[Doc][Sqlserver]Add notice into Sqlserver cdc doc #4721
Conversation
Write data through jdbc. Support Batch mode and Streaming mode, support concurrent writing, support exactly-once | ||
semantics (using XA transaction guarantee). | ||
|
||
## Supported DataSource list |
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.
It's weird, SQLServer sink only support SQLServer, why use Supported DataSource list
?
Each doc have same problems, please fix it. Thansk. |
Please close duplicate pull requests @zhangchengming601 |
@@ -167,6 +167,35 @@ source { | |||
|
|||
Source plugin common parameters, please refer to [Source Common Options](common-options.md) for details. | |||
|
|||
## notice |
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.
I think update this doc to the new format is better.
| DATETIME<br />DATETIME2<br />SMALLDATETIME<br />DATETIMEOFFSET | LOCAL_DATE_TIME | | ||
| TIMESTAMP<br />BINARY<br />VARBINARY<br />IMAGE<br />UNKNOWN | Not supported yet | | ||
|
||
## Options |
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.
Sink Options
| name | type | required | default | Description | | ||
|------------------------------|--------|----------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
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.
| Name | Type | Required | Default | Description|
name = "string" | ||
age = "int" |
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.
Add SqlSerber so type testing is sure to work
max_retries = 0 | ||
user = "root" | ||
password = "123456" | ||
query = "insert into test_table(name,age) values(?,?)" |
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.
ditto
name = "string" | ||
age = "int" |
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.
ditto
| name | type | required | default | description | | ||
|------------------------------|--------|----------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
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.
ditto
| TIMESTAMP<br />TIMESTAMP_WITH_OUT_TIME_ZONE<br />TIMESTAMPTZ | LOCALDATETIME | | ||
| GEOMETRY | Not supported yet | | ||
|
||
## Options |
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.
Source Options
| TIMESTAMP<br />TIMESTAMP_WITH_OUT_TIME_ZONE<br />TIMESTAMPTZ | LOCALDATETIME | | ||
| GEOMETRY | Not supported yet | | ||
|
||
## Options |
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.
Source Options
|
||
## Options | ||
|
||
| name | type | required | default | description | |
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.
ditto
@zhilinli123 Please fix ci error. |
To replace the current pr links to #5498 |
Purpose of this pull request
Check list
New License Guide
release-note
.