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

[Fix][Docs] Update jdbc doc and kafka doc #4380

Merged
merged 1 commit into from
Mar 22, 2023
Merged

Conversation

chaorongzhi
Copy link
Contributor

Purpose of this pull request

The doc of next vsersion has some problems, this pull request fixing some issues with the jdbc and kafka doc.

Check list

@liugddx liugddx added the First-time contributor First-time contributor label Mar 21, 2023
Comment on lines -204 to 211
url = "jdbc:mysql://localhost:3306/test"
url = "jdbc:mysql://localhost:3306"
driver = "com.mysql.cj.jdbc.Driver"
user = "root"
password = "123456"

table = sink_table
database = "sink_database"
table = "sink_table"
primary_keys = ["key1", "key2", ...]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the advantage of this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the advantage of this change?

The parameters of the dev branch connector have been changed, but not in the doc examples.These two changes were discovered when I was using the dev branch of SeaTunnel.

Copy link
Member

@liugddx liugddx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thansk for your contribution.

@chaorongzhi
Copy link
Contributor Author

LGTM, thansk for your contribution.

It's my pleasure.

Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Hisoka-X Hisoka-X merged commit 801642f into apache:dev Mar 22, 2023
MonsterChenzhuo pushed a commit to MonsterChenzhuo/incubator-seatunnel that referenced this pull request Apr 19, 2023
ic4y pushed a commit to ic4y/incubator-seatunnel that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants