StefanieZhao7 commented on code in PR #332:
URL: https://github.com/apache/iotdb-docs/pull/332#discussion_r1726863305


##########
src/UserGuide/Master/User-Manual/Data-Sync_apache.md:
##########
@@ -272,23 +231,6 @@ with sink (
 )
 ```
 
-### Transmission of data through an air gap
-
-This example is used to demonstrate a scenario where data from one IoTDB is 
synchronised to another IoTDB via a unidirectional gate, with the data link 
shown below:
-
-![](https://alioss.timecho.com/docs/img/1706698659207.jpg)
-
-In this example, you need to use the iotdb-air-gap-sink plugin in the sink 
task (currently supports some models of network gates, please contact the staff 
of Timecho Technology to confirm the specific model), and after configuring the 
network gate, execute the following statements on IoTDB A, where ip and port 
fill in the information of the network gate, and the detailed statements are as 
follows:
-
-```Go
-create pipe A2B
-with sink (
-  'sink'='iotdb-air-gap-sink',
-  'sink.ip'='10.53.53.53',
-  'sink.port'='9780'
-)
-```
-
 ### Transfer data using SSL protocol

Review Comment:
   SSL标题没删掉



-- 
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]

Reply via email to