@@ -575,8 +575,8 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
575575
576576#### iotdb-thrift-sink
577577
578- | ** 参数** | ** 描述** | ** value 取值范围** | ** 是否必填** | ** 默认取值** |
579- | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------| -------- | ------------ |
578+ | ** 参数** | ** 描述** | ** value 取值范围** | ** 是否必填** | ** 默认取值** |
579+ | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------| -------- | ------------ |
580580| sink | iotdb-thrift-sink 或 iotdb-thrift-async-sink | String: iotdb-thrift-sink 或 iotdb-thrift-async-sink | 必填 | - |
581581| node-urls | 目标端 IoTDB 任意多个 DataNode 节点的数据服务端口的 url(请注意同步任务不支持向自身服务进行转发) | String. 例:'127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | 必填 | - |
582582| user/usename | 连接接收端使用的用户名,同步要求该用户具备相应的操作权限 | String | 选填 | root |
@@ -587,6 +587,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
587587| compressor | 所选取的 rpc 压缩算法,可配置多个,对每个请求顺序采用 | String: snappy / gzip / lz4 / zstd / lzma2 | 选填 | "" |
588588| compressor.zstd.level | 所选取的 rpc 压缩算法为 zstd 时,可使用该参数额外配置 zstd 算法的压缩等级 | Int: [ -131072, 22] | 选填 | 3 |
589589| rate-limit-bytes-per-second | 每秒最大允许传输的 byte 数,计算压缩后的 byte(如压缩),若小于 0 则不限制 | Double: [ Double.MIN_VALUE, Double.MAX_VALUE] | 选填 | -1 |
590+ | load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile 执行结果返回。<br >sync:等待本地的 load tsfile 执行结果返回;<br >async:不等待本地的 load tsfile 执行结果返回。 | String: sync / async | 选填 | sync |
590591| format | 数据传输的payload格式, 可选项包括:<br > - hybrid: 取决于 processor 传递过来的格式(tsfile或tablet),sink不做任何转换。<br > - tsfile:强制转换成tsfile发送,可用于数据文件备份等场景。<br > - tablet:强制转换成tsfile发送,可用于发送端/接收端数据类型不完全兼容时的数据同步(以减少报错)。 | String: hybrid / tsfile / tablet | 选填 | hybrid |
591592
592593
@@ -601,6 +602,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
601602| compressor | 所选取的 rpc 压缩算法,可配置多个,对每个请求顺序采用 | String: snappy / gzip / lz4 / zstd / lzma2 | 选填 | "" |
602603| compressor.zstd.level | 所选取的 rpc 压缩算法为 zstd 时,可使用该参数额外配置 zstd 算法的压缩等级 | Int: [ -131072, 22] | 选填 | 3 |
603604| rate-limit-bytes-per-second | 每秒最大允许传输的 byte 数,计算压缩后的 byte(如压缩),若小于 0 则不限制 | Double: [ Double.MIN_VALUE, Double.MAX_VALUE] | 选填 | -1 |
605+ | load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile 执行结果返回。<br >sync:等待本地的 load tsfile 执行结果返回;<br >async:不等待本地的 load tsfile 执行结果返回。 | String: sync / async | 选填 | sync |
604606| air-gap.handshake-timeout-ms | 发送端与接收端在首次尝试建立连接时握手请求的超时时长,单位:毫秒 | Integer | 选填 | 5000 |
605607
606608#### iotdb-thrift-ssl-sink
@@ -617,6 +619,7 @@ pipe_all_sinks_rate_limit_bytes_per_second=-1
617619| compressor | 所选取的 rpc 压缩算法,可配置多个,对每个请求顺序采用 | String: snappy / gzip / lz4 / zstd / lzma2 | 选填 | "" |
618620| compressor.zstd.level | 所选取的 rpc 压缩算法为 zstd 时,可使用该参数额外配置 zstd 算法的压缩等级 | Int: [ -131072, 22] | 选填 | 3 |
619621| rate-limit-bytes-per-second | 每秒最大允许传输的 byte 数,计算压缩后的 byte(如压缩),若小于 0 则不限制 | Double: [ Double.MIN_VALUE, Double.MAX_VALUE] | 选填 | -1 |
622+ | load-tsfile-strategy | 文件同步数据时,接收端请求返回发送端前,是否等待接收端本地的 load tsfile 执行结果返回。<br >sync:等待本地的 load tsfile 执行结果返回;<br >async:不等待本地的 load tsfile 执行结果返回。 | String: sync / async | 选填 | sync |
620623| ssl.trust-store-path | 连接目标端 DataNode 所需的 trust store 证书路径 | String.Example: '127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669', '127.0.0.1:6667' | 必填 | - |
621624| ssl.trust-store-pwd | 连接目标端 DataNode 所需的 trust store 证书密码 | Integer | 必填 | - |
622625| format | 数据传输的payload格式, 可选项包括:<br > - hybrid: 取决于 processor 传递过来的格式(tsfile或tablet),sink不做任何转换。<br > - tsfile:强制转换成tsfile发送,可用于数据文件备份等场景。<br > - tablet:强制转换成tsfile发送,可用于发送端/接收端数据类型不完全兼容时的数据同步(以减少报错)。 | String: hybrid / tsfile / tablet | 选填 | hybrid |
0 commit comments