Merge pull request #1639 from TaoZex/typo_SR

StarRocks doc typo
This commit is contained in:
dingxiaobo 2023-03-23 13:55:09 +08:00 committed by GitHub
commit a48fa9f6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,13 +64,13 @@ StarRocksWriter 插件实现了写入数据到 StarRocks 主库的目的表的
"column": ["k1", "k2", "v1", "v2"],
"preSql": [],
"postSql": [],
"connection": [
{
"table": ["xxx"],
"jdbcUrl": "jdbc:mysql://172.28.17.100:9030/",
"selectedDatabase": "xxxx"
}
],
"connection": [
{
"table": ["xxx"],
"jdbcUrl": "jdbc:mysql://172.28.17.100:9030/",
"selectedDatabase": "xxxx"
}
],
"loadUrl": ["172.28.17.100:8030", "172.28.17.100:8030"],
"loadProps": {}
}