Skip to content

Commit 074b562

Browse files
authored
update data-sync params (#890)
1 parent a039c68 commit 074b562

File tree

16 files changed

+392
-306
lines changed

16 files changed

+392
-306
lines changed

src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
534534
|:----------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| :----------------------------------------------------------- | :------- | :------------ |
535535
| sink | iotdb-thrift-sink or iotdb-thrift-async-sink | String: iotdb-thrift-sink or iotdb-thrift-async-sink | Yes | - |
536536
| node-urls | URLs of the DataNode service ports on the target IoTDB. (please note that the synchronization task does not support forwarding to its own service). | String. Example:'127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | Yes | - |
537-
| user/usename | Usename for connecting to the target IoTDB. Must have appropriate permissions. | String | No | root |
537+
| user/username | username for connecting to the target IoTDB. Must have appropriate permissions. | String | No | root |
538538
| password | Password for the username. | String | No | root |
539539
| batch.enable | Enables batch mode for log transmission to improve throughput and reduce IOPS. | Boolean: true, false | No | true |
540540
| batch.max-delay-seconds | Maximum delay (in seconds) for batch transmission. | Integer | No | 1 |
@@ -552,7 +552,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
552552
|:----------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:---------| :------------ |
553553
| sink | iotdb-thrift-ssl-sink | String: iotdb-thrift-ssl-sink | Yes | - |
554554
| node-urls | URLs of the DataNode service ports on the target IoTDB. (please note that the synchronization task does not support forwarding to its own service). | String. Example:'127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | Yes | - |
555-
| user/usename | Usename for connecting to the target IoTDB. Must have appropriate permissions. | String | No | root |
555+
| user/username | username for connecting to the target IoTDB. Must have appropriate permissions. | String | No | root |
556556
| password | Password for the username. | String | No | root |
557557
| batch.enable | Enables batch mode for log transmission to improve throughput and reduce IOPS. | Boolean: true, false | No | true |
558558
| batch.max-delay-seconds | Maximum delay (in seconds) for batch transmission. | Integer | No | 1 |

0 commit comments

Comments
 (0)