qiaojialin commented on code in PR #516: URL: https://github.com/apache/iotdb-docs/pull/516#discussion_r1922336080
########## src/UserGuide/V2.0.1/Tree/User-Manual/Data-Sync_timecho.md: ########## @@ -436,14 +436,27 @@ This example is used to demonstrate the scenario where data from one IoTDB is sy  -In this example, the iotdb-air-gap-sink plugin in the sink task needs to be used (currently supports some gateway models, for specific models, please contact Timecho staff for confirmation). After configuring the gateway, execute the following statement on A IoTDB. Fill in the node-urls with the URL of the data service port of the DataNode node on the target IoTDB configured by the gateway, as detailed below: +In this example, the iotdb-air-gap-sink plugin in the sink task needs to be used . After configuring the gateway, execute the following statement on A IoTDB. Fill in the node-urls with the URL of the data service port of the DataNode node on the target IoTDB configured by the gateway, as detailed below: ```SQL create pipe A2B with sink ( 'sink'='iotdb-air-gap-sink', 'node-urls' = '10.53.53.53:9780', -- The URL of the data service port of the DataNode node on the target IoTDB ``` +**Notes: Currently supported gateway models** + +| Gateway Type | Model | Return Packet Limit | Send Limit | +| ---------------------- | ------------------------------------------------------------ | ------------------- | ---------------------- | +| Forward Gate | NARI Syskeeper-2000 Forward Gate | All 0 / All 1 bytes | No Limit | +| Forward Gate | XJ Self-developed Diaphragm | All 0 / All 1 bytes | No Limit | +| Unmarked Forward and Reverse | WISGAP | No Limit | No Limit | Review Comment: ```suggestion | Unknown | WISGAP | No Limit | No Limit | ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
