-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] [Connector-V2] Add connector-v2 kafka source doc #2953
Conversation
docs/en/connector-v2/source/kafka.md
Outdated
| ----------------- | ------ | -------- | ------------------------ | | ||
| topic | String | yes | - | | ||
| bootstrap.servers | String | yes | - | | ||
| pattern | String | no | false | |
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.
String -> boolean?
| consumer.group | String | no | SeaTunnel-Consumer-Group | | ||
| kafka.* | String | no | - | | ||
| common-options | | no | - | | ||
|
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.
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
docs/en/connector-v2/source/kafka.md
Outdated
| topic | String | yes | - | | ||
| bootstrap.servers | String | yes | - | | ||
| pattern | Boolean | no | false | | ||
| consumer.group | String | no | SeaTunnel-Consumer-Group | | ||
| commit_on_checkpoint | Boolean | no | true | | ||
| kafka.* | String | no | - | | ||
| common-options | | no | - | |
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.
check style
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.
+1
Purpose of this pull request
issue:#2840
Add connector-v2 kafka source and sink doc
sink doc in pr:#2889
Check list
New License Guide